#6FCBE1

Color #6FCBE1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6FCBE1

Tints of Spray #6FCBE1

Color information

#6FCBE1 (or 0x6FCBE1) is unknown color: approx Spray. HEX triplet: 6F, CB and E1. RGB value is (111,203,225). Sum of RGB (Red+Green+Blue) = 111+203+225=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FCBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBE1 is #90341E. Grayscale: #B1B1B1. Windows color (decimal): -9450527 or 14797679. OLE color: 14797679.

HSL color Cylindrical-coordinate representation of color #6FCBE1: hue angle of 191.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCBE1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111203225-
CMYK0.510.1000.12
HSL191.58º65.52%65.88%-
HSV(B)191.58º50.67%88.24%-
XYZ41.551.5378.99-
YUV178154.5280.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 20.59%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=20.59%
G=37.66%
B=41.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1112032250.510.1000.12191.5865.5265.88
Hex6FCBE133A0Cc04242
Octal1573133416312014300102102
Binary110111111001011111000011100111010011001100000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCBE1; }

 p { color: rgb(111,203,225); }

 H1.HeaderClassName
 {
   color: #6FCBE1;
 }
 .AnyTagClassName
 {
   color: #6FCBE1;
 }
</style>
background-color css

<style>
 a { background-color: #6FCBE1; }

 a { background-color: rgb(111,203,225); }

 div.DivClassName
 {
   background-color: #6FCBE1;
 }
 .BgClassName
 {
   background-color: #6FCBE1;
 }
</style>
border-color css

<style>
 span { border-color: #6FCBE1; }

 span { border-color: rgb(111,203,225); }

 td.TdClassName
 {
   border-color: #6FCBE1;
 }
 .TagClassName
 {
   border-color: #6FCBE1;
 }
</style>