Html Css Color HEX #6F76BE Chetwode Blue

📋 copy color: '#6F76BE'

red 111 ◦ green 118 ◦ blue 190

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

Shades of Chetwode Blue #6F76BE

Tints of Chetwode Blue #6F76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 26.49%
G = 28.16%
B = 45.35%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F76BE (or 0x6F76BE) is known color: Chetwode Blue. HEX triplet: 6F, 76 and BE. RGB value is (111,118,190). Sum of RGB (Red+Green+Blue) = 111+118+190=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76BE is #908941. Grayscale: #7B7B7B. Windows color (decimal): -9472322 or 12482159. OLE color: 12482159.

HSL color Cylindrical-coordinate representation of color #6F76BE: hue angle of 234.68º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F76BE is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 118 190 -
CMYK 0.42 0.38 0 0.25
HSL 234.68º 0.38% 0.59% -
HSV(B) 234.68º 0.42% 0.75% -
XYZ 22.33 20.05 51.41 -
YUV 124.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 111 118 190 0.42 0.38 0 0.25 234.68 0.38 0.59
Hex 6F 76 BE 2A 26 0 19 EB 26 3B
Octal 157 166 276 52 46 0 31 353 46 73
Binary 1101111 1110110 10111110 101010 100110 0 11001 11101011 100110 111011

Color Harmonies of #6F76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F76BE

Black with #6F76BE

Text Example


Text Example

White with #6F76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,190); }

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

background-color css

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

 a { background-color: rgb(111,118,190); }

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

border-color css

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

 span { border-color: rgb(111,118,190); }

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