Html Css Color HEX #6BCBB7 Downy

📋 copy color: '#6BCBB7'

red 107 ◦ green 203 ◦ blue 183

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

Shades of Downy #6BCBB7

Tints of Downy #6BCBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 21.7%
G = 41.18%
B = 37.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#6BCBB7 (or 0x6BCBB7) is known color: Downy. HEX triplet: 6B, CB and B7. RGB value is (107,203,183). Sum of RGB (Red+Green+Blue) = 107+203+183=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBB7 is #943448. Grayscale: #ACACAC. Windows color (decimal): -9712713 or 12045163. OLE color: 12045163.

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

Color convert

RGB 107 203 183 -
CMYK 0.47 0 0.10 0.20
HSL 167.5º 0.48% 0.61% -
HSV(B) 167.5º 0.47% 0.8% -
XYZ 35.97 49.26 52.41 -
YUV 172.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 107 203 183 0.47 0 0.10 0.20 167.5 0.48 0.61
Hex 6B CB B7 2F 0 A 14 A8 30 3D
Octal 153 313 267 57 0 12 24 250 60 75
Binary 1101011 11001011 10110111 101111 0 1010 10100 10101000 110000 111101

Color Harmonies of #6BCBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBB7

Black with #6BCBB7

Text Example


Text Example

White with #6BCBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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