Html Css Color HEX #6CCBC3 Downy

📋 copy color: '#6CCBC3'

red 108 ◦ green 203 ◦ blue 195

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

Shades of Downy #6CCBC3

Tints of Downy #6CCBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 21.34%
G = 40.12%
B = 38.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#6CCBC3 (or 0x6CCBC3) is known color: Downy. HEX triplet: 6C, CB and C3. RGB value is (108,203,195). Sum of RGB (Red+Green+Blue) = 108+203+195=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBC3 is #93343C. Grayscale: #ADADAD. Windows color (decimal): -9647165 or 12831596. OLE color: 12831596.

HSL color Cylindrical-coordinate representation of color #6CCBC3: hue angle of 174.95º 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 #6CCBC3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 203 195 -
CMYK 0.47 0 0.04 0.20
HSL 174.95º 0.48% 0.61% -
HSV(B) 174.95º 0.47% 0.8% -
XYZ 37.39 49.84 59.28 -
YUV 173.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 108 203 195 0.47 0 0.04 0.20 174.95 0.48 0.61
Hex 6C CB C3 2F 0 4 14 AF 30 3D
Octal 154 313 303 57 0 4 24 257 60 75
Binary 1101100 11001011 11000011 101111 0 100 10100 10101111 110000 111101

Color Harmonies of #6CCBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBC3

Black with #6CCBC3

Text Example


Text Example

White with #6CCBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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