Html Css Color HEX #6FCCD6 Spray

📋 copy color: '#6FCCD6'

red 111 ◦ green 204 ◦ blue 214

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

Shades of Spray #6FCCD6

Tints of Spray #6FCCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 20.98%
G = 38.56%
B = 40.45%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FCCD6 (or 0x6FCCD6) is known color: Spray. HEX triplet: 6F, CC and D6. RGB value is (111,204,214). Sum of RGB (Red+Green+Blue) = 111+204+214=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FCCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCD6 is #903329. Grayscale: #B1B1B1. Windows color (decimal): -9450282 or 14077039. OLE color: 14077039.

HSL color Cylindrical-coordinate representation of color #6FCCD6: hue angle of 185.83º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FCCD6 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 204 214 -
CMYK 0.48 0.05 0 0.16
HSL 185.83º 0.56% 0.64% -
HSV(B) 185.83º 0.48% 0.84% -
XYZ 40.29 51.42 71.42 -
YUV 177.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 111 204 214 0.48 0.05 0 0.16 185.83 0.56 0.64
Hex 6F CC D6 30 5 0 10 BA 38 40
Octal 157 314 326 60 5 0 20 272 70 100
Binary 1101111 11001100 11010110 110000 101 0 10000 10111010 111000 1000000

Color Harmonies of #6FCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCD6

Black with #6FCCD6

Text Example


Text Example

White with #6FCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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