Html Css Color HEX #6DCBCA Downy

📋 copy color: '#6DCBCA'

red 109 ◦ green 203 ◦ blue 202

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

Shades of Downy #6DCBCA

Tints of Downy #6DCBCA

RGB

 RED value IS 109 (42.97% from 255) = 21.21%

 GREEN value IS 203 (79.69% from 255) = 39.49%

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 21.21%
G = 39.49%
B = 39.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#6DCBCA (or 0x6DCBCA) is known color: Downy. HEX triplet: 6D, CB and CA. RGB value is (109,203,202). Sum of RGB (Red+Green+Blue) = 109+203+202=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBCA is #923435. Grayscale: #AEAEAE. Windows color (decimal): -9581622 or 13290349. OLE color: 13290349.

HSL color Cylindrical-coordinate representation of color #6DCBCA: hue angle of 179.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBCA is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 202 -
CMYK 0.46 0 0.00 0.20
HSL 179.36º 0.47% 0.61% -
HSV(B) 179.36º 0.46% 0.8% -
XYZ 38.32 50.23 63.55 -
YUV 174.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 109 203 202 0.46 0 0.00 0.20 179.36 0.47 0.61
Hex 6D CB CA 2E 0 0 14 B3 2F 3D
Octal 155 313 312 56 0 0 24 263 57 75
Binary 1101101 11001011 11001010 101110 0 0 10100 10110011 101111 111101

Color Harmonies of #6DCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBCA

Black with #6DCBCA

Text Example


Text Example

White with #6DCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,202); }

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

background-color css

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

 a { background-color: rgb(109,203,202); }

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

border-color css

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

 span { border-color: rgb(109,203,202); }

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