Html Css Color HEX #6CCDBF Downy

📋 copy color: '#6CCDBF'

red 108 ◦ green 205 ◦ blue 191

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

Shades of Downy #6CCDBF

Tints of Downy #6CCDBF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 21.43%
G = 40.67%
B = 37.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#6CCDBF (or 0x6CCDBF) is known color: Downy. HEX triplet: 6C, CD and BF. RGB value is (108,205,191). Sum of RGB (Red+Green+Blue) = 108+205+191=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDBF is #933240. Grayscale: #AEAEAE. Windows color (decimal): -9646657 or 12569964. OLE color: 12569964.

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

Color convert

RGB 108 205 191 -
CMYK 0.47 0 0.07 0.20
HSL 171.34º 0.49% 0.61% -
HSV(B) 171.34º 0.47% 0.8% -
XYZ 37.42 50.61 57.09 -
YUV 174.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 108 205 191 0.47 0 0.07 0.20 171.34 0.49 0.61
Hex 6C CD BF 2F 0 7 14 AB 31 3D
Octal 154 315 277 57 0 7 24 253 61 75
Binary 1101100 11001101 10111111 101111 0 111 10100 10101011 110001 111101

Color Harmonies of #6CCDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDBF

Black with #6CCDBF

Text Example


Text Example

White with #6CCDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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