Html Css Color HEX #6E75C1 Chetwode Blue

📋 copy color: '#6E75C1'

red 110 ◦ green 117 ◦ blue 193

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

Shades of Chetwode Blue #6E75C1

Tints of Chetwode Blue #6E75C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 26.19%
G = 27.86%
B = 45.95%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6E75C1 (or 0x6E75C1) is known color: Chetwode Blue. HEX triplet: 6E, 75 and C1. RGB value is (110,117,193). Sum of RGB (Red+Green+Blue) = 110+117+193=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E75C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75C1 is #918A3E. Grayscale: #7B7B7B. Windows color (decimal): -9538111 or 12678510. OLE color: 12678510.

HSL color Cylindrical-coordinate representation of color #6E75C1: hue angle of 234.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E75C1 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 117 193 -
CMYK 0.43 0.39 0 0.24
HSL 234.94º 0.4% 0.59% -
HSV(B) 234.94º 0.43% 0.76% -
XYZ 22.42 19.89 53.11 -
YUV 123.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 110 117 193 0.43 0.39 0 0.24 234.94 0.4 0.59
Hex 6E 75 C1 2B 27 0 18 EB 28 3B
Octal 156 165 301 53 47 0 30 353 50 73
Binary 1101110 1110101 11000001 101011 100111 0 11000 11101011 101000 111011

Color Harmonies of #6E75C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75C1

Black with #6E75C1

Text Example


Text Example

White with #6E75C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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