Html Css Color HEX #6F7CBA Chetwode Blue

📋 copy color: '#6F7CBA'

red 111 ◦ green 124 ◦ blue 186

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

Shades of Chetwode Blue #6F7CBA

Tints of Chetwode Blue #6F7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

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

R = 26.37%
G = 29.45%
B = 44.18%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F7CBA (or 0x6F7CBA) is known color: Chetwode Blue. HEX triplet: 6F, 7C and BA. RGB value is (111,124,186). Sum of RGB (Red+Green+Blue) = 111+124+186=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CBA is #908345. Grayscale: #7E7E7E. Windows color (decimal): -9470790 or 12221551. OLE color: 12221551.

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

Color convert

RGB 111 124 186 -
CMYK 0.40 0.33 0 0.27
HSL 229.6º 0.35% 0.58% -
HSV(B) 229.6º 0.4% 0.73% -
XYZ 22.63 21.34 49.38 -
YUV 127.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 111 124 186 0.40 0.33 0 0.27 229.6 0.35 0.58
Hex 6F 7C BA 28 21 0 1B E6 23 3A
Octal 157 174 272 50 41 0 33 346 43 72
Binary 1101111 1111100 10111010 101000 100001 0 11011 11100110 100011 111010

Color Harmonies of #6F7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CBA

Black with #6F7CBA

Text Example


Text Example

White with #6F7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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