Html Css Color HEX #6F75BA Chetwode Blue

📋 copy color: '#6F75BA'

red 111 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #6F75BA

Tints of Chetwode Blue #6F75BA

RGB

 RED value IS 111 (43.75% from 255) = 26.81%

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

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

R = 26.81%
G = 28.26%
B = 44.93%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F75BA (or 0x6F75BA) is known color: Chetwode Blue. HEX triplet: 6F, 75 and BA. RGB value is (111,117,186). Sum of RGB (Red+Green+Blue) = 111+117+186=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F75BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F75BA is #908A45. Grayscale: #7A7A7A. Windows color (decimal): -9472582 or 12219759. OLE color: 12219759.

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

Color convert

RGB 111 117 186 -
CMYK 0.40 0.37 0 0.27
HSL 235.2º 0.35% 0.58% -
HSV(B) 235.2º 0.4% 0.73% -
XYZ 21.78 19.65 49.1 -
YUV 123.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 111 117 186 0.40 0.37 0 0.27 235.2 0.35 0.58
Hex 6F 75 BA 28 25 0 1B EB 23 3A
Octal 157 165 272 50 45 0 33 353 43 72
Binary 1101111 1110101 10111010 101000 100101 0 11011 11101011 100011 111010

Color Harmonies of #6F75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F75BA

Black with #6F75BA

Text Example


Text Example

White with #6F75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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