Html Css Color HEX #6CCFBC Downy

📋 copy color: '#6CCFBC'

red 108 ◦ green 207 ◦ blue 188

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

Shades of Downy #6CCFBC

Tints of Downy #6CCFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 21.47%
G = 41.15%
B = 37.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#6CCFBC (or 0x6CCFBC) is known color: Downy. HEX triplet: 6C, CF and BC. RGB value is (108,207,188). Sum of RGB (Red+Green+Blue) = 108+207+188=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFBC is #933043. Grayscale: #AFAFAF. Windows color (decimal): -9646148 or 12373868. OLE color: 12373868.

HSL color Cylindrical-coordinate representation of color #6CCFBC: hue angle of 168.48º 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 #6CCFBC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 207 188 -
CMYK 0.48 0 0.09 0.19
HSL 168.48º 0.51% 0.62% -
HSV(B) 168.48º 0.48% 0.81% -
XYZ 37.57 51.44 55.53 -
YUV 175.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 108 207 188 0.48 0 0.09 0.19 168.48 0.51 0.62
Hex 6C CF BC 30 0 9 13 A8 33 3E
Octal 154 317 274 60 0 11 23 250 63 76
Binary 1101100 11001111 10111100 110000 0 1001 10011 10101000 110011 111110

Color Harmonies of #6CCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFBC

Black with #6CCFBC

Text Example


Text Example

White with #6CCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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