Html Css Color HEX #6FC9EA Spray

📋 copy color: '#6FC9EA'

red 111 ◦ green 201 ◦ blue 234

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

Shades of Spray #6FC9EA

Tints of Spray #6FC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 20.33%
G = 36.81%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FC9EA (or 0x6FC9EA) is known color: Spray. HEX triplet: 6F, C9 and EA. RGB value is (111,201,234). Sum of RGB (Red+Green+Blue) = 111+201+234=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC9EA is #903615. Grayscale: #B1B1B1. Windows color (decimal): -9451030 or 15386991. OLE color: 15386991.

HSL color Cylindrical-coordinate representation of color #6FC9EA: hue angle of 196.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FC9EA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 201 234 -
CMYK 0.53 0.14 0 0.08
HSL 196.1º 0.75% 0.68% -
HSV(B) 196.1º 0.53% 0.92% -
XYZ 42.29 51.09 85.47 -
YUV 177.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 111 201 234 0.53 0.14 0 0.08 196.1 0.75 0.68
Hex 6F C9 EA 35 E 0 8 C4 4B 44
Octal 157 311 352 65 16 0 10 304 113 104
Binary 1101111 11001001 11101010 110101 1110 0 1000 11000100 1001011 1000100

Color Harmonies of #6FC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC9EA

Black with #6FC9EA

Text Example


Text Example

White with #6FC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,201,234); }

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

background-color css

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

 a { background-color: rgb(111,201,234); }

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

border-color css

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

 span { border-color: rgb(111,201,234); }

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