Html Css Color HEX #6CCCBE Downy

📋 copy color: '#6CCCBE'

red 108 ◦ green 204 ◦ blue 190

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

Shades of Downy #6CCCBE

Tints of Downy #6CCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 21.51%
G = 40.64%
B = 37.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#6CCCBE (or 0x6CCCBE) is known color: Downy. HEX triplet: 6C, CC and BE. RGB value is (108,204,190). Sum of RGB (Red+Green+Blue) = 108+204+190=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCBE is #933341. Grayscale: #ADADAD. Windows color (decimal): -9646914 or 12504172. OLE color: 12504172.

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

Color convert

RGB 108 204 190 -
CMYK 0.47 0 0.07 0.2
HSL 171.25º 0.48% 0.61% -
HSV(B) 171.25º 0.47% 0.8% -
XYZ 37.07 50.09 56.43 -
YUV 173.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 108 204 190 0.47 0 0.07 0.2 171.25 0.48 0.61
Hex 6C CC BE 2F 0 7 14 AB 30 3D
Octal 154 314 276 57 0 7 24 253 60 75
Binary 1101100 11001100 10111110 101111 0 111 10100 10101011 110000 111101

Color Harmonies of #6CCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCBE

Black with #6CCCBE

Text Example


Text Example

White with #6CCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,190); }

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

background-color css

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

 a { background-color: rgb(108,204,190); }

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

border-color css

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

 span { border-color: rgb(108,204,190); }

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