Html Css Color HEX #6B759F Chetwode Blue

📋 copy color: '#6B759F'

red 107 ◦ green 117 ◦ blue 159

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

Shades of Chetwode Blue #6B759F

Tints of Chetwode Blue #6B759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 27.94%
G = 30.55%
B = 41.51%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B759F (or 0x6B759F) is known color: Chetwode Blue. HEX triplet: 6B, 75 and 9F. RGB value is (107,117,159). Sum of RGB (Red+Green+Blue) = 107+117+159=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B759F is #948A60. Grayscale: #767676. Windows color (decimal): -9734753 or 10450283. OLE color: 10450283.

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

Color convert

RGB 107 117 159 -
CMYK 0.33 0.26 0 0.38
HSL 228.46º 0.21% 0.52% -
HSV(B) 228.46º 0.33% 0.62% -
XYZ 18.68 18.35 35.36 -
YUV 118.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 107 117 159 0.33 0.26 0 0.38 228.46 0.21 0.52
Hex 6B 75 9F 21 1A 0 26 E4 15 34
Octal 153 165 237 41 32 0 46 344 25 64
Binary 1101011 1110101 10011111 100001 11010 0 100110 11100100 10101 110100

Color Harmonies of #6B759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B759F

Black with #6B759F

Text Example


Text Example

White with #6B759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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