Html Css Color HEX #6BDBCB Downy

📋 copy color: '#6BDBCB'

red 107 ◦ green 219 ◦ blue 203

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

Shades of Downy #6BDBCB

Tints of Downy #6BDBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

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

R = 20.23%
G = 41.4%
B = 38.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#6BDBCB (or 0x6BDBCB) is known color: Downy. HEX triplet: 6B, DB and CB. RGB value is (107,219,203). Sum of RGB (Red+Green+Blue) = 107+219+203=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBCB is #942434. Grayscale: #B7B7B7. Windows color (decimal): -9708597 or 13359979. OLE color: 13359979.

HSL color Cylindrical-coordinate representation of color #6BDBCB: hue angle of 171.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBCB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 203 -
CMYK 0.51 0 0.07 0.14
HSL 171.43º 0.61% 0.64% -
HSV(B) 171.43º 0.51% 0.86% -
XYZ 42.17 58.1 65.49 -
YUV 183.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 107 219 203 0.51 0 0.07 0.14 171.43 0.61 0.64
Hex 6B DB CB 33 0 7 E AB 3D 40
Octal 153 333 313 63 0 7 16 253 75 100
Binary 1101011 11011011 11001011 110011 0 111 1110 10101011 111101 1000000

Color Harmonies of #6BDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBCB

Black with #6BDBCB

Text Example


Text Example

White with #6BDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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