Html Css Color HEX #6BCECB Downy

📋 copy color: '#6BCECB'

red 107 ◦ green 206 ◦ blue 203

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

Shades of Downy #6BCECB

Tints of Downy #6BCECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 20.74%
G = 39.92%
B = 39.34%

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

#6BCECB (or 0x6BCECB) is known color: Downy. HEX triplet: 6B, CE and CB. RGB value is (107,206,203). Sum of RGB (Red+Green+Blue) = 107+206+203=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCECB is #943134. Grayscale: #AFAFAF. Windows color (decimal): -9711925 or 13356651. OLE color: 13356651.

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

Color convert

RGB 107 206 203 -
CMYK 0.48 0 0.01 0.19
HSL 178.18º 0.5% 0.61% -
HSV(B) 178.18º 0.48% 0.81% -
XYZ 38.91 51.58 64.4 -
YUV 176.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 107 206 203 0.48 0 0.01 0.19 178.18 0.5 0.61
Hex 6B CE CB 30 0 1 13 B2 32 3D
Octal 153 316 313 60 0 1 23 262 62 75
Binary 1101011 11001110 11001011 110000 0 1 10011 10110010 110010 111101

Color Harmonies of #6BCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCECB

Black with #6BCECB

Text Example


Text Example

White with #6BCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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