Html Css Color HEX #6CCDBB Downy

📋 copy color: '#6CCDBB'

red 108 ◦ green 205 ◦ blue 187

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

Shades of Downy #6CCDBB

Tints of Downy #6CCDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 21.6%
G = 41%
B = 37.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6CCDBB (or 0x6CCDBB) is known color: Downy. HEX triplet: 6C, CD and BB. RGB value is (108,205,187). Sum of RGB (Red+Green+Blue) = 108+205+187=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDBB is #933244. Grayscale: #ADADAD. Windows color (decimal): -9646661 or 12307820. OLE color: 12307820.

HSL color Cylindrical-coordinate representation of color #6CCDBB: hue angle of 168.87º degrees, saturation: 0.49, 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 #6CCDBB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 205 187 -
CMYK 0.47 0 0.09 0.20
HSL 168.87º 0.49% 0.61% -
HSV(B) 168.87º 0.47% 0.8% -
XYZ 36.99 50.44 54.8 -
YUV 173.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 108 205 187 0.47 0 0.09 0.20 168.87 0.49 0.61
Hex 6C CD BB 2F 0 9 14 A9 31 3D
Octal 154 315 273 57 0 11 24 251 61 75
Binary 1101100 11001101 10111011 101111 0 1001 10100 10101001 110001 111101

Color Harmonies of #6CCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDBB

Black with #6CCDBB

Text Example


Text Example

White with #6CCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,205,187); }

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

background-color css

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

 a { background-color: rgb(108,205,187); }

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

border-color css

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

 span { border-color: rgb(108,205,187); }

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