Html Css Color HEX #6BDDC9 Downy

📋 copy color: '#6BDDC9'

red 107 ◦ green 221 ◦ blue 201

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

Shades of Downy #6BDDC9

Tints of Downy #6BDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 20.23%
G = 41.78%
B = 38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6BDDC9 (or 0x6BDDC9) is known color: Downy. HEX triplet: 6B, DD and C9. RGB value is (107,221,201). Sum of RGB (Red+Green+Blue) = 107+221+201=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC9 is #942236. Grayscale: #B8B8B8. Windows color (decimal): -9708087 or 13229419. OLE color: 13229419.

HSL color Cylindrical-coordinate representation of color #6BDDC9: hue angle of 169.47º 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 #6BDDC9 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 201 -
CMYK 0.52 0 0.09 0.13
HSL 169.47º 0.63% 0.64% -
HSV(B) 169.47º 0.52% 0.87% -
XYZ 42.46 59.06 64.42 -
YUV 184.63 137.23 72.63 -
System Red Green Blue C M Y K H S L
Decimal 107 221 201 0.52 0 0.09 0.13 169.47 0.63 0.64
Hex 6B DD C9 34 0 9 D A9 3F 40
Octal 153 335 311 64 0 11 15 251 77 100
Binary 1101011 11011101 11001001 110100 0 1001 1101 10101001 111111 1000000

Color Harmonies of #6BDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDC9

Black with #6BDDC9

Text Example


Text Example

White with #6BDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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