Html Css Color HEX #6F77AB Chetwode Blue

📋 copy color: '#6F77AB'

red 111 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #6F77AB

Tints of Chetwode Blue #6F77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 27.68%
G = 29.68%
B = 42.64%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F77AB (or 0x6F77AB) is known color: Chetwode Blue. HEX triplet: 6F, 77 and AB. RGB value is (111,119,171). Sum of RGB (Red+Green+Blue) = 111+119+171=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F77AB is #908854. Grayscale: #7A7A7A. Windows color (decimal): -9472085 or 11237231. OLE color: 11237231.

HSL color Cylindrical-coordinate representation of color #6F77AB: hue angle of 232º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F77AB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 119 171 -
CMYK 0.35 0.30 0 0.33
HSL 232º 0.26% 0.55% -
HSV(B) 232º 0.35% 0.67% -
XYZ 20.5 19.51 41.21 -
YUV 122.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 111 119 171 0.35 0.30 0 0.33 232 0.26 0.55
Hex 6F 77 AB 23 1E 0 21 E8 1A 37
Octal 157 167 253 43 36 0 41 350 32 67
Binary 1101111 1110111 10101011 100011 11110 0 100001 11101000 11010 110111

Color Harmonies of #6F77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F77AB

Black with #6F77AB

Text Example


Text Example

White with #6F77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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