Html Css Color HEX #6FC9DF Spray

📋 copy color: '#6FC9DF'

red 111 ◦ green 201 ◦ blue 223

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

Shades of Spray #6FC9DF

Tints of Spray #6FC9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 20.75%
G = 37.57%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FC9DF (or 0x6FC9DF) is known color: Spray. HEX triplet: 6F, C9 and DF. RGB value is (111,201,223). Sum of RGB (Red+Green+Blue) = 111+201+223=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9DF is #903620. Grayscale: #B0B0B0. Windows color (decimal): -9451041 or 14666095. OLE color: 14666095.

HSL color Cylindrical-coordinate representation of color #6FC9DF: hue angle of 191.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FC9DF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 201 223 -
CMYK 0.50 0.10 0 0.13
HSL 191.79º 0.64% 0.65% -
HSV(B) 191.79º 0.5% 0.87% -
XYZ 40.76 50.48 77.41 -
YUV 176.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 111 201 223 0.50 0.10 0 0.13 191.79 0.64 0.65
Hex 6F C9 DF 32 A 0 D C0 40 41
Octal 157 311 337 62 12 0 15 300 100 101
Binary 1101111 11001001 11011111 110010 1010 0 1101 11000000 1000000 1000001

Color Harmonies of #6FC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC9DF

Black with #6FC9DF

Text Example


Text Example

White with #6FC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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