Html Css Color HEX #6BCECC Downy

📋 copy color: '#6BCECC'

red 107 ◦ green 206 ◦ blue 204

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

Shades of Downy #6BCECC

Tints of Downy #6BCECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 20.7%
G = 39.85%
B = 39.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6BCECC (or 0x6BCECC) is known color: Downy. HEX triplet: 6B, CE and CC. RGB value is (107,206,204). Sum of RGB (Red+Green+Blue) = 107+206+204=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCECC is #943133. Grayscale: #B0B0B0. Windows color (decimal): -9711924 or 13422187. OLE color: 13422187.

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

Color convert

RGB 107 206 204 -
CMYK 0.48 0 0.01 0.19
HSL 178.79º 0.5% 0.61% -
HSV(B) 178.79º 0.48% 0.81% -
XYZ 39.03 51.63 65.03 -
YUV 176.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 107 206 204 0.48 0 0.01 0.19 178.79 0.5 0.61
Hex 6B CE CC 30 0 1 13 B3 32 3D
Octal 153 316 314 60 0 1 23 263 62 75
Binary 1101011 11001110 11001100 110000 0 1 10011 10110011 110010 111101

Color Harmonies of #6BCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCECC

Black with #6BCECC

Text Example


Text Example

White with #6BCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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