Html Css Color HEX #6CCFBE Downy

📋 copy color: '#6CCFBE'

red 108 ◦ green 207 ◦ blue 190

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

Shades of Downy #6CCFBE

Tints of Downy #6CCFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

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

R = 21.39%
G = 40.99%
B = 37.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6CCFBE (or 0x6CCFBE) is known color: Downy. HEX triplet: 6C, CF and BE. RGB value is (108,207,190). Sum of RGB (Red+Green+Blue) = 108+207+190=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFBE is #933041. Grayscale: #AFAFAF. Windows color (decimal): -9646146 or 12504940. OLE color: 12504940.

HSL color Cylindrical-coordinate representation of color #6CCFBE: hue angle of 169.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFBE is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 207 190 -
CMYK 0.48 0 0.08 0.19
HSL 169.7º 0.51% 0.62% -
HSV(B) 169.7º 0.48% 0.81% -
XYZ 37.79 51.53 56.67 -
YUV 175.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 108 207 190 0.48 0 0.08 0.19 169.7 0.51 0.62
Hex 6C CF BE 30 0 8 13 AA 33 3E
Octal 154 317 276 60 0 10 23 252 63 76
Binary 1101100 11001111 10111110 110000 0 1000 10011 10101010 110011 111110

Color Harmonies of #6CCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFBE

Black with #6CCFBE

Text Example


Text Example

White with #6CCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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