Html Css Color HEX #6CC3BC Downy

📋 copy color: '#6CC3BC'

red 108 ◦ green 195 ◦ blue 188

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

Shades of Downy #6CC3BC

Tints of Downy #6CC3BC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.71%

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 22%
G = 39.71%
B = 38.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#6CC3BC (or 0x6CC3BC) is known color: Downy. HEX triplet: 6C, C3 and BC. RGB value is (108,195,188). Sum of RGB (Red+Green+Blue) = 108+195+188=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC3BC is #933C43. Grayscale: #A8A8A8. Windows color (decimal): -9649220 or 12370796. OLE color: 12370796.

HSL color Cylindrical-coordinate representation of color #6CC3BC: hue angle of 175.17º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC3BC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 195 188 -
CMYK 0.45 0 0.04 0.24
HSL 175.17º 0.42% 0.59% -
HSV(B) 175.17º 0.45% 0.76% -
XYZ 34.78 45.85 54.59 -
YUV 168.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 108 195 188 0.45 0 0.04 0.24 175.17 0.42 0.59
Hex 6C C3 BC 2D 0 4 18 AF 2A 3B
Octal 154 303 274 55 0 4 30 257 52 73
Binary 1101100 11000011 10111100 101101 0 100 11000 10101111 101010 111011

Color Harmonies of #6CC3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC3BC

Black with #6CC3BC

Text Example


Text Example

White with #6CC3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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