Html Css Color HEX #6BCBB8 Downy

📋 copy color: '#6BCBB8'

red 107 ◦ green 203 ◦ blue 184

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

Shades of Downy #6BCBB8

Tints of Downy #6BCBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 21.66%
G = 41.09%
B = 37.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#6BCBB8 (or 0x6BCBB8) is known color: Downy. HEX triplet: 6B, CB and B8. RGB value is (107,203,184). Sum of RGB (Red+Green+Blue) = 107+203+184=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBB8 is #943447. Grayscale: #ACACAC. Windows color (decimal): -9712712 or 12110699. OLE color: 12110699.

HSL color Cylindrical-coordinate representation of color #6BCBB8: hue angle of 168.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBB8 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 184 -
CMYK 0.47 0 0.09 0.20
HSL 168.13º 0.48% 0.61% -
HSV(B) 168.13º 0.47% 0.8% -
XYZ 36.07 49.3 52.96 -
YUV 172.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 107 203 184 0.47 0 0.09 0.20 168.13 0.48 0.61
Hex 6B CB B8 2F 0 9 14 A8 30 3D
Octal 153 313 270 57 0 11 24 250 60 75
Binary 1101011 11001011 10111000 101111 0 1001 10100 10101000 110000 111101

Color Harmonies of #6BCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBB8

Black with #6BCBB8

Text Example


Text Example

White with #6BCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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