Html Css Color HEX #6BCDBB Downy

📋 copy color: '#6BCDBB'

red 107 ◦ green 205 ◦ blue 187

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

Shades of Downy #6BCDBB

Tints of Downy #6BCDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 21.44%
G = 41.08%
B = 37.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6BCDBB (or 0x6BCDBB) is known color: Downy. HEX triplet: 6B, CD and BB. RGB value is (107,205,187). Sum of RGB (Red+Green+Blue) = 107+205+187=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDBB is #943244. Grayscale: #ADADAD. Windows color (decimal): -9712197 or 12307819. OLE color: 12307819.

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

Color convert

RGB 107 205 187 -
CMYK 0.48 0 0.09 0.20
HSL 168.98º 0.49% 0.61% -
HSV(B) 168.98º 0.48% 0.8% -
XYZ 36.86 50.38 54.79 -
YUV 173.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 107 205 187 0.48 0 0.09 0.20 168.98 0.49 0.61
Hex 6B CD BB 30 0 9 14 A9 31 3D
Octal 153 315 273 60 0 11 24 251 61 75
Binary 1101011 11001101 10111011 110000 0 1001 10100 10101001 110001 111101

Color Harmonies of #6BCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDBB

Black with #6BCDBB

Text Example


Text Example

White with #6BCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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