Html Css Color HEX #6FCDDD Spray

📋 copy color: '#6FCDDD'

red 111 ◦ green 205 ◦ blue 221

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

Shades of Spray #6FCDDD

Tints of Spray #6FCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 20.67%
G = 38.18%
B = 41.15%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FCDDD (or 0x6FCDDD) is known color: Spray. HEX triplet: 6F, CD and DD. RGB value is (111,205,221). Sum of RGB (Red+Green+Blue) = 111+205+221=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FCDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDD is #903222. Grayscale: #B2B2B2. Windows color (decimal): -9450019 or 14536047. OLE color: 14536047.

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

Color convert

RGB 111 205 221 -
CMYK 0.50 0.07 0 0.13
HSL 188.73º 0.62% 0.65% -
HSV(B) 188.73º 0.5% 0.87% -
XYZ 41.44 52.26 76.31 -
YUV 178.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 111 205 221 0.50 0.07 0 0.13 188.73 0.62 0.65
Hex 6F CD DD 32 7 0 D BD 3E 41
Octal 157 315 335 62 7 0 15 275 76 101
Binary 1101111 11001101 11011101 110010 111 0 1101 10111101 111110 1000001

Color Harmonies of #6FCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDDD

Black with #6FCDDD

Text Example


Text Example

White with #6FCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,205,221); }

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

background-color css

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

 a { background-color: rgb(111,205,221); }

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

border-color css

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

 span { border-color: rgb(111,205,221); }

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