Html Css Color HEX #6B77AB Chetwode Blue

📋 copy color: '#6B77AB'

red 107 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #6B77AB

Tints of Chetwode Blue #6B77AB

RGB

 RED value IS 107 (42.19% from 255) = 26.95%

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

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

R = 26.95%
G = 29.97%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B77AB (or 0x6B77AB) is known color: Chetwode Blue. HEX triplet: 6B, 77 and AB. RGB value is (107,119,171). Sum of RGB (Red+Green+Blue) = 107+119+171=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B77AB is #948854. Grayscale: #797979. Windows color (decimal): -9734229 or 11237227. OLE color: 11237227.

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

Color convert

RGB 107 119 171 -
CMYK 0.37 0.30 0 0.33
HSL 228.75º 0.28% 0.55% -
HSV(B) 228.75º 0.37% 0.67% -
XYZ 20.01 19.26 41.19 -
YUV 121.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 107 119 171 0.37 0.30 0 0.33 228.75 0.28 0.55
Hex 6B 77 AB 25 1E 0 21 E5 1C 37
Octal 153 167 253 45 36 0 41 345 34 67
Binary 1101011 1110111 10101011 100101 11110 0 100001 11100101 11100 110111

Color Harmonies of #6B77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77AB

Black with #6B77AB

Text Example


Text Example

White with #6B77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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