Html Css Color HEX #6B77AF Chetwode Blue

📋 copy color: '#6B77AF'

red 107 ◦ green 119 ◦ blue 175

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

Shades of Chetwode Blue #6B77AF

Tints of Chetwode Blue #6B77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 26.68%
G = 29.68%
B = 43.64%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B77AF (or 0x6B77AF) is known color: Chetwode Blue. HEX triplet: 6B, 77 and AF. RGB value is (107,119,175). Sum of RGB (Red+Green+Blue) = 107+119+175=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B77AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B77AF is #948850. Grayscale: #797979. Windows color (decimal): -9734225 or 11499371. OLE color: 11499371.

HSL color Cylindrical-coordinate representation of color #6B77AF: hue angle of 229.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B77AF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 119 175 -
CMYK 0.39 0.32 0 0.31
HSL 229.41º 0.3% 0.55% -
HSV(B) 229.41º 0.39% 0.69% -
XYZ 20.4 19.41 43.23 -
YUV 121.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 107 119 175 0.39 0.32 0 0.31 229.41 0.3 0.55
Hex 6B 77 AF 27 20 0 1F E5 1E 37
Octal 153 167 257 47 40 0 37 345 36 67
Binary 1101011 1110111 10101111 100111 100000 0 11111 11100101 11110 110111

Color Harmonies of #6B77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77AF

Black with #6B77AF

Text Example


Text Example

White with #6B77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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