Html Css Color HEX #6BCECE Downy

📋 copy color: '#6BCECE'

red 107 ◦ green 206 ◦ blue 206

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

Shades of Downy #6BCECE

Tints of Downy #6BCECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 20.62%
G = 39.69%
B = 39.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BCECE (or 0x6BCECE) is known color: Downy. HEX triplet: 6B, CE and CE. RGB value is (107,206,206). Sum of RGB (Red+Green+Blue) = 107+206+206=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #6BCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCECE is #943131. Grayscale: #B0B0B0. Windows color (decimal): -9711922 or 13553259. OLE color: 13553259.

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

Color convert

RGB 107 206 206 -
CMYK 0.48 0 0 0.19
HSL 180º 0.5% 0.61% -
HSV(B) 180º 0.48% 0.81% -
XYZ 39.28 51.72 66.31 -
YUV 176.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 107 206 206 0.48 0 0 0.19 180 0.5 0.61
Hex 6B CE CE 30 0 0 13 B4 32 3D
Octal 153 316 316 60 0 0 23 264 62 75
Binary 1101011 11001110 11001110 110000 0 0 10011 10110100 110010 111101

Color Harmonies of #6BCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCECE

Black with #6BCECE

Text Example


Text Example

White with #6BCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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