Html Css Color HEX #6FDCCE Downy

📋 copy color: '#6FDCCE'

red 111 ◦ green 220 ◦ blue 206

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

Shades of Downy #6FDCCE

Tints of Downy #6FDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 20.67%
G = 40.97%
B = 38.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#6FDCCE (or 0x6FDCCE) is known color: Downy. HEX triplet: 6F, DC and CE. RGB value is (111,220,206). Sum of RGB (Red+Green+Blue) = 111+220+206=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCE is #902331. Grayscale: #B9B9B9. Windows color (decimal): -9446194 or 13556847. OLE color: 13556847.

HSL color Cylindrical-coordinate representation of color #6FDCCE: hue angle of 172.29º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCCE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 206 -
CMYK 0.50 0 0.06 0.14
HSL 172.29º 0.61% 0.65% -
HSV(B) 172.29º 0.5% 0.86% -
XYZ 43.29 59.02 67.5 -
YUV 185.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 111 220 206 0.50 0 0.06 0.14 172.29 0.61 0.65
Hex 6F DC CE 32 0 6 E AC 3D 41
Octal 157 334 316 62 0 6 16 254 75 101
Binary 1101111 11011100 11001110 110010 0 110 1110 10101100 111101 1000001

Color Harmonies of #6FDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCCE

Black with #6FDCCE

Text Example


Text Example

White with #6FDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,206); }

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

background-color css

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

 a { background-color: rgb(111,220,206); }

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

border-color css

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

 span { border-color: rgb(111,220,206); }

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