Html Css Color HEX #6FCDCE Downy

📋 copy color: '#6FCDCE'

red 111 ◦ green 205 ◦ blue 206

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

Shades of Downy #6FCDCE

Tints of Downy #6FCDCE

RGB

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

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

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

R = 21.26%
G = 39.27%
B = 39.46%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FCDCE (or 0x6FCDCE) is known color: Downy. HEX triplet: 6F, CD and CE. RGB value is (111,205,206). Sum of RGB (Red+Green+Blue) = 111+205+206=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCE is #903231. Grayscale: #B0B0B0. Windows color (decimal): -9450034 or 13553007. OLE color: 13553007.

HSL color Cylindrical-coordinate representation of color #6FCDCE: hue angle of 180.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDCE is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 205 206 -
CMYK 0.46 0.00 0 0.19
HSL 180.63º 0.49% 0.62% -
HSV(B) 180.63º 0.46% 0.81% -
XYZ 39.53 51.5 66.25 -
YUV 177.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 111 205 206 0.46 0.00 0 0.19 180.63 0.49 0.62
Hex 6F CD CE 2E 0 0 13 B5 31 3E
Octal 157 315 316 56 0 0 23 265 61 76
Binary 1101111 11001101 11001110 101110 0 0 10011 10110101 110001 111110

Color Harmonies of #6FCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDCE

Black with #6FCDCE

Text Example


Text Example

White with #6FCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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