Html Css Color HEX #6B759E Chetwode Blue

📋 copy color: '#6B759E'

red 107 ◦ green 117 ◦ blue 158

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

Shades of Chetwode Blue #6B759E

Tints of Chetwode Blue #6B759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 28.01%
G = 30.63%
B = 41.36%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B759E (or 0x6B759E) is known color: Chetwode Blue. HEX triplet: 6B, 75 and 9E. RGB value is (107,117,158). Sum of RGB (Red+Green+Blue) = 107+117+158=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B759E is #948A61. Grayscale: #767676. Windows color (decimal): -9734754 or 10384747. OLE color: 10384747.

HSL color Cylindrical-coordinate representation of color #6B759E: hue angle of 228.24º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B759E is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 117 158 -
CMYK 0.32 0.26 0 0.38
HSL 228.24º 0.21% 0.52% -
HSV(B) 228.24º 0.32% 0.62% -
XYZ 18.6 18.32 34.9 -
YUV 118.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 107 117 158 0.32 0.26 0 0.38 228.24 0.21 0.52
Hex 6B 75 9E 20 1A 0 26 E4 15 34
Octal 153 165 236 40 32 0 46 344 25 64
Binary 1101011 1110101 10011110 100000 11010 0 100110 11100100 10101 110100

Color Harmonies of #6B759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B759E

Black with #6B759E

Text Example


Text Example

White with #6B759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,158); }

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

background-color css

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

 a { background-color: rgb(107,117,158); }

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

border-color css

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

 span { border-color: rgb(107,117,158); }

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