Html Css Color HEX #6FC6DF Spray

📋 copy color: '#6FC6DF'

red 111 ◦ green 198 ◦ blue 223

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

Shades of Spray #6FC6DF

Tints of Spray #6FC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 20.86%
G = 37.22%
B = 41.92%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FC6DF (or 0x6FC6DF) is known color: Spray. HEX triplet: 6F, C6 and DF. RGB value is (111,198,223). Sum of RGB (Red+Green+Blue) = 111+198+223=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC6DF is #903920. Grayscale: #AEAEAE. Windows color (decimal): -9451809 or 14665327. OLE color: 14665327.

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

Color convert

RGB 111 198 223 -
CMYK 0.50 0.11 0 0.13
HSL 193.39º 0.64% 0.65% -
HSV(B) 193.39º 0.5% 0.87% -
XYZ 40.07 49.1 77.18 -
YUV 174.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 111 198 223 0.50 0.11 0 0.13 193.39 0.64 0.65
Hex 6F C6 DF 32 B 0 D C1 40 41
Octal 157 306 337 62 13 0 15 301 100 101
Binary 1101111 11000110 11011111 110010 1011 0 1101 11000001 1000000 1000001

Color Harmonies of #6FC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC6DF

Black with #6FC6DF

Text Example


Text Example

White with #6FC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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