Html Css Color HEX #6D75BA Chetwode Blue

📋 copy color: '#6D75BA'

red 109 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #6D75BA

Tints of Chetwode Blue #6D75BA

RGB

 RED value IS 109 (42.97% from 255) = 26.46%

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 26.46%
G = 28.4%
B = 45.15%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D75BA (or 0x6D75BA) is known color: Chetwode Blue. HEX triplet: 6D, 75 and BA. RGB value is (109,117,186). Sum of RGB (Red+Green+Blue) = 109+117+186=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D75BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75BA is #928A45. Grayscale: #7A7A7A. Windows color (decimal): -9603654 or 12219757. OLE color: 12219757.

HSL color Cylindrical-coordinate representation of color #6D75BA: hue angle of 233.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D75BA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 117 186 -
CMYK 0.41 0.37 0 0.27
HSL 233.77º 0.36% 0.58% -
HSV(B) 233.77º 0.41% 0.73% -
XYZ 21.53 19.52 49.09 -
YUV 122.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 109 117 186 0.41 0.37 0 0.27 233.77 0.36 0.58
Hex 6D 75 BA 29 25 0 1B EA 24 3A
Octal 155 165 272 51 45 0 33 352 44 72
Binary 1101101 1110101 10111010 101001 100101 0 11011 11101010 100100 111010

Color Harmonies of #6D75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D75BA

Black with #6D75BA

Text Example


Text Example

White with #6D75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,186); }

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

background-color css

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

 a { background-color: rgb(109,117,186); }

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

border-color css

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

 span { border-color: rgb(109,117,186); }

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