Html Css Color HEX #6BCCBD Downy

📋 copy color: '#6BCCBD'

red 107 ◦ green 204 ◦ blue 189

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

Shades of Downy #6BCCBD

Tints of Downy #6BCCBD

RGB

 RED value IS 107 (42.19% from 255) = 21.4%

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 21.4%
G = 40.8%
B = 37.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#6BCCBD (or 0x6BCCBD) is known color: Downy. HEX triplet: 6B, CC and BD. RGB value is (107,204,189). Sum of RGB (Red+Green+Blue) = 107+204+189=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCBD is #943342. Grayscale: #ADADAD. Windows color (decimal): -9712451 or 12438635. OLE color: 12438635.

HSL color Cylindrical-coordinate representation of color #6BCCBD: hue angle of 170.72º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCBD is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 204 189 -
CMYK 0.48 0 0.07 0.2
HSL 170.72º 0.49% 0.61% -
HSV(B) 170.72º 0.48% 0.8% -
XYZ 36.84 49.99 55.85 -
YUV 173.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 107 204 189 0.48 0 0.07 0.2 170.72 0.49 0.61
Hex 6B CC BD 30 0 7 14 AB 31 3D
Octal 153 314 275 60 0 7 24 253 61 75
Binary 1101011 11001100 10111101 110000 0 111 10100 10101011 110001 111101

Color Harmonies of #6BCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCBD

Black with #6BCCBD

Text Example


Text Example

White with #6BCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,189); }

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

background-color css

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

 a { background-color: rgb(107,204,189); }

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

border-color css

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

 span { border-color: rgb(107,204,189); }

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