Html Css Color HEX #6F7ABA Chetwode Blue

📋 copy color: '#6F7ABA'

red 111 ◦ green 122 ◦ blue 186

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

Shades of Chetwode Blue #6F7ABA

Tints of Chetwode Blue #6F7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 26.49%
G = 29.12%
B = 44.39%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F7ABA (or 0x6F7ABA) is known color: Chetwode Blue. HEX triplet: 6F, 7A and BA. RGB value is (111,122,186). Sum of RGB (Red+Green+Blue) = 111+122+186=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F7ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ABA is #908545. Grayscale: #7D7D7D. Windows color (decimal): -9471302 or 12221039. OLE color: 12221039.

HSL color Cylindrical-coordinate representation of color #6F7ABA: hue angle of 231.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 #6F7ABA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 122 186 -
CMYK 0.40 0.34 0 0.27
HSL 231.2º 0.35% 0.58% -
HSV(B) 231.2º 0.4% 0.73% -
XYZ 22.38 20.84 49.3 -
YUV 126.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 111 122 186 0.40 0.34 0 0.27 231.2 0.35 0.58
Hex 6F 7A BA 28 22 0 1B E7 23 3A
Octal 157 172 272 50 42 0 33 347 43 72
Binary 1101111 1111010 10111010 101000 100010 0 11011 11100111 100011 111010

Color Harmonies of #6F7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7ABA

Black with #6F7ABA

Text Example


Text Example

White with #6F7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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