Html Css Color HEX #6E75BF Chetwode Blue

📋 copy color: '#6E75BF'

red 110 ◦ green 117 ◦ blue 191

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

Shades of Chetwode Blue #6E75BF

Tints of Chetwode Blue #6E75BF

RGB

 RED value IS 110 (43.36% from 255) = 26.32%

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 26.32%
G = 27.99%
B = 45.69%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E75BF (or 0x6E75BF) is known color: Chetwode Blue. HEX triplet: 6E, 75 and BF. RGB value is (110,117,191). Sum of RGB (Red+Green+Blue) = 110+117+191=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75BF is #918A40. Grayscale: #7B7B7B. Windows color (decimal): -9538113 or 12547438. OLE color: 12547438.

HSL color Cylindrical-coordinate representation of color #6E75BF: hue angle of 234.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E75BF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 117 191 -
CMYK 0.42 0.39 0 0.25
HSL 234.81º 0.39% 0.59% -
HSV(B) 234.81º 0.42% 0.75% -
XYZ 22.2 19.8 51.94 -
YUV 123.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 110 117 191 0.42 0.39 0 0.25 234.81 0.39 0.59
Hex 6E 75 BF 2A 27 0 19 EB 27 3B
Octal 156 165 277 52 47 0 31 353 47 73
Binary 1101110 1110101 10111111 101010 100111 0 11001 11101011 100111 111011

Color Harmonies of #6E75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75BF

Black with #6E75BF

Text Example


Text Example

White with #6E75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,117,191); }

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

background-color css

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

 a { background-color: rgb(110,117,191); }

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

border-color css

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

 span { border-color: rgb(110,117,191); }

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