Html Css Color HEX #6BDDCE Downy

📋 copy color: '#6BDDCE'

red 107 ◦ green 221 ◦ blue 206

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

Shades of Downy #6BDDCE

Tints of Downy #6BDDCE

RGB

 RED value IS 107 (42.19% from 255) = 20.04%

 GREEN value IS 221 (86.72% from 255) = 41.39%

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

R = 20.04%
G = 41.39%
B = 38.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6BDDCE (or 0x6BDDCE) is known color: Downy. HEX triplet: 6B, DD and CE. RGB value is (107,221,206). Sum of RGB (Red+Green+Blue) = 107+221+206=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDCE is #942231. Grayscale: #B9B9B9. Windows color (decimal): -9708082 or 13557099. OLE color: 13557099.

HSL color Cylindrical-coordinate representation of color #6BDDCE: hue angle of 172.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDCE is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 206 -
CMYK 0.52 0 0.07 0.13
HSL 172.11º 0.63% 0.64% -
HSV(B) 172.11º 0.52% 0.87% -
XYZ 43.06 59.29 67.57 -
YUV 185.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 107 221 206 0.52 0 0.07 0.13 172.11 0.63 0.64
Hex 6B DD CE 34 0 7 D AC 3F 40
Octal 153 335 316 64 0 7 15 254 77 100
Binary 1101011 11011101 11001110 110100 0 111 1101 10101100 111111 1000000

Color Harmonies of #6BDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDCE

Black with #6BDDCE

Text Example


Text Example

White with #6BDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,221,206); }

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

background-color css

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

 a { background-color: rgb(107,221,206); }

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

border-color css

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

 span { border-color: rgb(107,221,206); }

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