Html Css Color HEX #6BCEBC Downy

📋 copy color: '#6BCEBC'

red 107 ◦ green 206 ◦ blue 188

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

Shades of Downy #6BCEBC

Tints of Downy #6BCEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

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

R = 21.36%
G = 41.12%
B = 37.52%

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

#6BCEBC (or 0x6BCEBC) is known color: Downy. HEX triplet: 6B, CE and BC. RGB value is (107,206,188). Sum of RGB (Red+Green+Blue) = 107+206+188=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCEBC is #943143. Grayscale: #AEAEAE. Windows color (decimal): -9711940 or 12373611. OLE color: 12373611.

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

Color convert

RGB 107 206 188 -
CMYK 0.48 0 0.09 0.19
HSL 169.09º 0.5% 0.61% -
HSV(B) 169.09º 0.48% 0.81% -
XYZ 37.21 50.9 55.44 -
YUV 174.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 107 206 188 0.48 0 0.09 0.19 169.09 0.5 0.61
Hex 6B CE BC 30 0 9 13 A9 32 3D
Octal 153 316 274 60 0 11 23 251 62 75
Binary 1101011 11001110 10111100 110000 0 1001 10011 10101001 110010 111101

Color Harmonies of #6BCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCEBC

Black with #6BCEBC

Text Example


Text Example

White with #6BCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,206,188); }

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

background-color css

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

 a { background-color: rgb(107,206,188); }

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

border-color css

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

 span { border-color: rgb(107,206,188); }

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