Html Css Color HEX #6CCACB Downy

📋 copy color: '#6CCACB'

red 108 ◦ green 202 ◦ blue 203

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

Shades of Downy #6CCACB

Tints of Downy #6CCACB

RGB

 RED value IS 108 (42.58% from 255) = 21.05%

 GREEN value IS 202 (79.3% from 255) = 39.38%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 21.05%
G = 39.38%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CCACB (or 0x6CCACB) is known color: Downy. HEX triplet: 6C, CA and CB. RGB value is (108,202,203). Sum of RGB (Red+Green+Blue) = 108+202+203=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CCACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACB is #933534. Grayscale: #ADADAD. Windows color (decimal): -9647413 or 13355628. OLE color: 13355628.

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

Color convert

RGB 108 202 203 -
CMYK 0.47 0.00 0 0.20
HSL 180.63º 0.48% 0.61% -
HSV(B) 180.63º 0.47% 0.8% -
XYZ 38.08 49.74 64.09 -
YUV 174.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 108 202 203 0.47 0.00 0 0.20 180.63 0.48 0.61
Hex 6C CA CB 2F 0 0 14 B5 30 3D
Octal 154 312 313 57 0 0 24 265 60 75
Binary 1101100 11001010 11001011 101111 0 0 10100 10110101 110000 111101

Color Harmonies of #6CCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCACB

Black with #6CCACB

Text Example


Text Example

White with #6CCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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