Html Css Color HEX #6FCBE6 Spray

📋 copy color: '#6FCBE6'

red 111 ◦ green 203 ◦ blue 230

#6FCBE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6FCBE6

Tints of Spray #6FCBE6

RGB

 RED value IS 111 (43.75% from 255) = 20.4%

 GREEN value IS 203 (79.69% from 255) = 37.32%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 20.4%
G = 37.32%
B = 42.28%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FCBE6 (or 0x6FCBE6) is known color: Spray. HEX triplet: 6F, CB and E6. RGB value is (111,203,230). Sum of RGB (Red+Green+Blue) = 111+203+230=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBE6 is #903419. Grayscale: #B2B2B2. Windows color (decimal): -9450522 or 15125359. OLE color: 15125359.

HSL color Cylindrical-coordinate representation of color #6FCBE6: hue angle of 193.61º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCBE6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 203 230 -
CMYK 0.52 0.12 0 0.10
HSL 193.61º 0.7% 0.67% -
HSV(B) 193.61º 0.52% 0.9% -
XYZ 42.19 51.8 82.64 -
YUV 178.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 111 203 230 0.52 0.12 0 0.10 193.61 0.7 0.67
Hex 6F CB E6 34 C 0 A C2 46 43
Octal 157 313 346 64 14 0 12 302 106 103
Binary 1101111 11001011 11100110 110100 1100 0 1010 11000010 1000110 1000011

Color Harmonies of #6FCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBE6

Black with #6FCBE6

Text Example


Text Example

White with #6FCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FCBE6;
 }
 .AnyTagClassName
 {
   color: #6FCBE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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