Html Css Color HEX #6F77BE Chetwode Blue

📋 copy color: '#6F77BE'

red 111 ◦ green 119 ◦ blue 190

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

Shades of Chetwode Blue #6F77BE

Tints of Chetwode Blue #6F77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 26.43%
G = 28.33%
B = 45.24%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F77BE (or 0x6F77BE) is known color: Chetwode Blue. HEX triplet: 6F, 77 and BE. RGB value is (111,119,190). Sum of RGB (Red+Green+Blue) = 111+119+190=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77BE is #908841. Grayscale: #7C7C7C. Windows color (decimal): -9472066 or 12482415. OLE color: 12482415.

HSL color Cylindrical-coordinate representation of color #6F77BE: hue angle of 233.92º 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 #6F77BE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 119 190 -
CMYK 0.42 0.37 0 0.25
HSL 233.92º 0.38% 0.59% -
HSV(B) 233.92º 0.42% 0.75% -
XYZ 22.45 20.29 51.45 -
YUV 124.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 111 119 190 0.42 0.37 0 0.25 233.92 0.38 0.59
Hex 6F 77 BE 2A 25 0 19 EA 26 3B
Octal 157 167 276 52 45 0 31 352 46 73
Binary 1101111 1110111 10111110 101010 100101 0 11001 11101010 100110 111011

Color Harmonies of #6F77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F77BE

Black with #6F77BE

Text Example


Text Example

White with #6F77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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