Html Css Color HEX #6BD3D0 Downy

📋 copy color: '#6BD3D0'

red 107 ◦ green 211 ◦ blue 208

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

Shades of Downy #6BD3D0

Tints of Downy #6BD3D0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 20.34%
G = 40.11%
B = 39.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#6BD3D0 (or 0x6BD3D0) is known color: Downy. HEX triplet: 6B, D3 and D0. RGB value is (107,211,208). Sum of RGB (Red+Green+Blue) = 107+211+208=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3D0 is #942C2F. Grayscale: #B3B3B3. Windows color (decimal): -9710640 or 13685611. OLE color: 13685611.

HSL color Cylindrical-coordinate representation of color #6BD3D0: hue angle of 178.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3D0 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 107 211 208 -
CMYK 0.49 0 0.01 0.17
HSL 178.27º 0.54% 0.62% -
HSV(B) 178.27º 0.49% 0.83% -
XYZ 40.74 54.27 68 -
YUV 179.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 107 211 208 0.49 0 0.01 0.17 178.27 0.54 0.62
Hex 6B D3 D0 31 0 1 11 B2 36 3E
Octal 153 323 320 61 0 1 21 262 66 76
Binary 1101011 11010011 11010000 110001 0 1 10001 10110010 110110 111110

Color Harmonies of #6BD3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD3D0

Black with #6BD3D0

Text Example


Text Example

White with #6BD3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,211,208); }

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

background-color css

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

 a { background-color: rgb(107,211,208); }

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

border-color css

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

 span { border-color: rgb(107,211,208); }

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