Html Css Color HEX #6FCBE0 Spray

📋 copy color: '#6FCBE0'

red 111 ◦ green 203 ◦ blue 224

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

Shades of Spray #6FCBE0

Tints of Spray #6FCBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 20.63%
G = 37.73%
B = 41.64%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FCBE0 (or 0x6FCBE0) is known color: Spray. HEX triplet: 6F, CB and E0. RGB value is (111,203,224). Sum of RGB (Red+Green+Blue) = 111+203+224=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FCBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBE0 is #90341F. Grayscale: #B1B1B1. Windows color (decimal): -9450528 or 14732143. OLE color: 14732143.

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

Color convert

RGB 111 203 224 -
CMYK 0.50 0.09 0 0.12
HSL 191.15º 0.65% 0.66% -
HSV(B) 191.15º 0.5% 0.88% -
XYZ 41.37 51.47 78.28 -
YUV 177.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 111 203 224 0.50 0.09 0 0.12 191.15 0.65 0.66
Hex 6F CB E0 32 9 0 C BF 41 42
Octal 157 313 340 62 11 0 14 277 101 102
Binary 1101111 11001011 11100000 110010 1001 0 1100 10111111 1000001 1000010

Color Harmonies of #6FCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBE0

Black with #6FCBE0

Text Example


Text Example

White with #6FCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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