Html Css Color HEX #6377AF Chetwode Blue

📋 copy color: '#6377AF'

red 99 ◦ green 119 ◦ blue 175

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

Shades of Chetwode Blue #6377AF

Tints of Chetwode Blue #6377AF

RGB

 RED value IS 99 (39.06% from 255) = 25.19%

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

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

R = 25.19%
G = 30.28%
B = 44.53%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6377AF (or 0x6377AF) is known color: Chetwode Blue. HEX triplet: 63, 77 and AF. RGB value is (99,119,175). Sum of RGB (Red+Green+Blue) = 99+119+175=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #6377AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6377AF is #9C8850. Grayscale: #777777. Windows color (decimal): -10258513 or 11499363. OLE color: 11499363.

HSL color Cylindrical-coordinate representation of color #6377AF: hue angle of 224.21º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6377AF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 119 175 -
CMYK 0.43 0.32 0 0.31
HSL 224.21º 0.32% 0.54% -
HSV(B) 224.21º 0.43% 0.69% -
XYZ 19.48 18.94 43.19 -
YUV 119.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 99 119 175 0.43 0.32 0 0.31 224.21 0.32 0.54
Hex 63 77 AF 2B 20 0 1F E0 20 36
Octal 143 167 257 53 40 0 37 340 40 66
Binary 1100011 1110111 10101111 101011 100000 0 11111 11100000 100000 110110

Color Harmonies of #6377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6377AF

Black with #6377AF

Text Example


Text Example

White with #6377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6377AF; }

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

 H1.HeaderClassName
 {
   color: #6377AF;
 }
 .AnyTagClassName
 {
   color: #6377AF;
 }
</style>

background-color css

<style>
 a { background-color: #6377AF; }

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

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

border-color css

<style>
 span { border-color: #6377AF; }

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

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