Html Css Color HEX #6BCFCD Downy

📋 copy color: '#6BCFCD'

red 107 ◦ green 207 ◦ blue 205

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

Shades of Downy #6BCFCD

Tints of Downy #6BCFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 20.62%
G = 39.88%
B = 39.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6BCFCD (or 0x6BCFCD) is known color: Downy. HEX triplet: 6B, CF and CD. RGB value is (107,207,205). Sum of RGB (Red+Green+Blue) = 107+207+205=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFCD is #943032. Grayscale: #B0B0B0. Windows color (decimal): -9711667 or 13487979. OLE color: 13487979.

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

Color convert

RGB 107 207 205 -
CMYK 0.48 0 0.01 0.19
HSL 178.8º 0.51% 0.62% -
HSV(B) 178.8º 0.48% 0.81% -
XYZ 39.4 52.16 65.75 -
YUV 176.87 143.87 78.16 -
System Red Green Blue C M Y K H S L
Decimal 107 207 205 0.48 0 0.01 0.19 178.8 0.51 0.62
Hex 6B CF CD 30 0 1 13 B3 33 3E
Octal 153 317 315 60 0 1 23 263 63 76
Binary 1101011 11001111 11001101 110000 0 1 10011 10110011 110011 111110

Color Harmonies of #6BCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFCD

Black with #6BCFCD

Text Example


Text Example

White with #6BCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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