Html Css Color HEX #6BCDCB Downy

📋 copy color: '#6BCDCB'

red 107 ◦ green 205 ◦ blue 203

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

Shades of Downy #6BCDCB

Tints of Downy #6BCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.81%

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

R = 20.78%
G = 39.81%
B = 39.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6BCDCB (or 0x6BCDCB) is known color: Downy. HEX triplet: 6B, CD and CB. RGB value is (107,205,203). Sum of RGB (Red+Green+Blue) = 107+205+203=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDCB is #943234. Grayscale: #AFAFAF. Windows color (decimal): -9712181 or 13356395. OLE color: 13356395.

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

Color convert

RGB 107 205 203 -
CMYK 0.48 0 0.01 0.20
HSL 178.78º 0.49% 0.61% -
HSV(B) 178.78º 0.48% 0.8% -
XYZ 38.67 51.1 64.32 -
YUV 175.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 107 205 203 0.48 0 0.01 0.20 178.78 0.49 0.61
Hex 6B CD CB 30 0 1 14 B3 31 3D
Octal 153 315 313 60 0 1 24 263 61 75
Binary 1101011 11001101 11001011 110000 0 1 10100 10110011 110001 111101

Color Harmonies of #6BCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDCB

Black with #6BCDCB

Text Example


Text Example

White with #6BCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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