Html Css Color HEX #6FCCE0 Spray

📋 copy color: '#6FCCE0'

red 111 ◦ green 204 ◦ blue 224

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

Shades of Spray #6FCCE0

Tints of Spray #6FCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 20.59%
G = 37.85%
B = 41.56%

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

#6FCCE0 (or 0x6FCCE0) is known color: Spray. HEX triplet: 6F, CC and E0. RGB value is (111,204,224). Sum of RGB (Red+Green+Blue) = 111+204+224=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCE0 is #90331F. Grayscale: #B2B2B2. Windows color (decimal): -9450272 or 14732399. OLE color: 14732399.

HSL color Cylindrical-coordinate representation of color #6FCCE0: hue angle of 190.62º 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 #6FCCE0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 204 224 -
CMYK 0.50 0.09 0 0.12
HSL 190.62º 0.65% 0.66% -
HSV(B) 190.62º 0.5% 0.88% -
XYZ 41.6 51.95 78.36 -
YUV 178.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 111 204 224 0.50 0.09 0 0.12 190.62 0.65 0.66
Hex 6F CC E0 32 9 0 C BF 41 42
Octal 157 314 340 62 11 0 14 277 101 102
Binary 1101111 11001100 11100000 110010 1001 0 1100 10111111 1000001 1000010

Color Harmonies of #6FCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCE0

Black with #6FCCE0

Text Example


Text Example

White with #6FCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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