Html Css Color HEX #6FC9CF Spray

📋 copy color: '#6FC9CF'

red 111 ◦ green 201 ◦ blue 207

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

Shades of Spray #6FC9CF

Tints of Spray #6FC9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 21.39%
G = 38.73%
B = 39.88%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FC9CF (or 0x6FC9CF) is known color: Spray. HEX triplet: 6F, C9 and CF. RGB value is (111,201,207). Sum of RGB (Red+Green+Blue) = 111+201+207=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9CF is #903630. Grayscale: #AEAEAE. Windows color (decimal): -9451057 or 13617519. OLE color: 13617519.

HSL color Cylindrical-coordinate representation of color #6FC9CF: hue angle of 183.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC9CF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 201 207 -
CMYK 0.46 0.03 0 0.19
HSL 183.75º 0.5% 0.62% -
HSV(B) 183.75º 0.46% 0.81% -
XYZ 38.7 49.66 66.58 -
YUV 174.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 111 201 207 0.46 0.03 0 0.19 183.75 0.5 0.62
Hex 6F C9 CF 2E 3 0 13 B8 32 3E
Octal 157 311 317 56 3 0 23 270 62 76
Binary 1101111 11001001 11001111 101110 11 0 10011 10111000 110010 111110

Color Harmonies of #6FC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC9CF

Black with #6FC9CF

Text Example


Text Example

White with #6FC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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