Html Css Color HEX #6BDDCF Downy

📋 copy color: '#6BDDCF'

red 107 ◦ green 221 ◦ blue 207

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

Shades of Downy #6BDDCF

Tints of Downy #6BDDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 20%
G = 41.31%
B = 38.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6BDDCF (or 0x6BDDCF) is known color: Downy. HEX triplet: 6B, DD and CF. RGB value is (107,221,207). Sum of RGB (Red+Green+Blue) = 107+221+207=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDCF is #942230. Grayscale: #B9B9B9. Windows color (decimal): -9708081 or 13622635. OLE color: 13622635.

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

Color convert

RGB 107 221 207 -
CMYK 0.52 0 0.06 0.13
HSL 172.63º 0.63% 0.64% -
HSV(B) 172.63º 0.52% 0.87% -
XYZ 43.18 59.34 68.21 -
YUV 185.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 107 221 207 0.52 0 0.06 0.13 172.63 0.63 0.64
Hex 6B DD CF 34 0 6 D AD 3F 40
Octal 153 335 317 64 0 6 15 255 77 100
Binary 1101011 11011101 11001111 110100 0 110 1101 10101101 111111 1000000

Color Harmonies of #6BDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDCF

Black with #6BDDCF

Text Example


Text Example

White with #6BDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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