Html Css Color HEX #6CC7CA Downy

📋 copy color: '#6CC7CA'

red 108 ◦ green 199 ◦ blue 202

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

Shades of Downy #6CC7CA

Tints of Downy #6CC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 21.22%
G = 39.1%
B = 39.69%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6CC7CA (or 0x6CC7CA) is known color: Downy. HEX triplet: 6C, C7 and CA. RGB value is (108,199,202). Sum of RGB (Red+Green+Blue) = 108+199+202=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC7CA is #933835. Grayscale: #ACACAC. Windows color (decimal): -9648182 or 13289324. OLE color: 13289324.

HSL color Cylindrical-coordinate representation of color #6CC7CA: hue angle of 181.91º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CC7CA is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 199 202 -
CMYK 0.47 0.01 0 0.21
HSL 181.91º 0.47% 0.61% -
HSV(B) 181.91º 0.47% 0.79% -
XYZ 37.27 48.3 63.24 -
YUV 172.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 108 199 202 0.47 0.01 0 0.21 181.91 0.47 0.61
Hex 6C C7 CA 2F 1 0 15 B6 2F 3D
Octal 154 307 312 57 1 0 25 266 57 75
Binary 1101100 11000111 11001010 101111 1 0 10101 10110110 101111 111101

Color Harmonies of #6CC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC7CA

Black with #6CC7CA

Text Example


Text Example

White with #6CC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,199,202); }

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

background-color css

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

 a { background-color: rgb(108,199,202); }

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

border-color css

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

 span { border-color: rgb(108,199,202); }

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