Html Css Color HEX #6CCCC2 Downy

📋 copy color: '#6CCCC2'

red 108 ◦ green 204 ◦ blue 194

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

Shades of Downy #6CCCC2

Tints of Downy #6CCCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 21.34%
G = 40.32%
B = 38.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#6CCCC2 (or 0x6CCCC2) is known color: Downy. HEX triplet: 6C, CC and C2. RGB value is (108,204,194). Sum of RGB (Red+Green+Blue) = 108+204+194=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCC2 is #93333D. Grayscale: #AEAEAE. Windows color (decimal): -9646910 or 12766316. OLE color: 12766316.

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

Color convert

RGB 108 204 194 -
CMYK 0.47 0 0.05 0.2
HSL 173.75º 0.48% 0.61% -
HSV(B) 173.75º 0.47% 0.8% -
XYZ 37.51 50.27 58.76 -
YUV 174.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 108 204 194 0.47 0 0.05 0.2 173.75 0.48 0.61
Hex 6C CC C2 2F 0 5 14 AE 30 3D
Octal 154 314 302 57 0 5 24 256 60 75
Binary 1101100 11001100 11000010 101111 0 101 10100 10101110 110000 111101

Color Harmonies of #6CCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCC2

Black with #6CCCC2

Text Example


Text Example

White with #6CCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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