Html Css Color HEX #6CC1BF Downy

📋 copy color: '#6CC1BF'

red 108 ◦ green 193 ◦ blue 191

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

Shades of Downy #6CC1BF

Tints of Downy #6CC1BF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 21.95%
G = 39.23%
B = 38.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#6CC1BF (or 0x6CC1BF) is known color: Downy. HEX triplet: 6C, C1 and BF. RGB value is (108,193,191). Sum of RGB (Red+Green+Blue) = 108+193+191=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC1BF is #933E40. Grayscale: #A7A7A7. Windows color (decimal): -9649729 or 12566892. OLE color: 12566892.

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

Color convert

RGB 108 193 191 -
CMYK 0.44 0 0.01 0.24
HSL 178.59º 0.41% 0.59% -
HSV(B) 178.59º 0.44% 0.76% -
XYZ 34.66 45.09 56.17 -
YUV 167.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 108 193 191 0.44 0 0.01 0.24 178.59 0.41 0.59
Hex 6C C1 BF 2C 0 1 18 B3 29 3B
Octal 154 301 277 54 0 1 30 263 51 73
Binary 1101100 11000001 10111111 101100 0 1 11000 10110011 101001 111011

Color Harmonies of #6CC1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC1BF

Black with #6CC1BF

Text Example


Text Example

White with #6CC1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,193,191); }

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

background-color css

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

 a { background-color: rgb(108,193,191); }

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

border-color css

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

 span { border-color: rgb(108,193,191); }

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