Html Css Color HEX #6470AF Chetwode Blue

📋 copy color: '#6470AF'

red 100 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #6470AF

Tints of Chetwode Blue #6470AF

RGB

 RED value IS 100 (39.45% from 255) = 25.84%

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 25.84%
G = 28.94%
B = 45.22%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6470AF (or 0x6470AF) is known color: Chetwode Blue. HEX triplet: 64, 70 and AF. RGB value is (100,112,175). Sum of RGB (Red+Green+Blue) = 100+112+175=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #6470AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6470AF is #9B8F50. Grayscale: #737373. Windows color (decimal): -10194769 or 11497572. OLE color: 11497572.

HSL color Cylindrical-coordinate representation of color #6470AF: hue angle of 230.4º 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 #6470AF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 112 175 -
CMYK 0.43 0.36 0 0.31
HSL 230.4º 0.32% 0.54% -
HSV(B) 230.4º 0.43% 0.69% -
XYZ 18.79 17.39 42.92 -
YUV 115.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 100 112 175 0.43 0.36 0 0.31 230.4 0.32 0.54
Hex 64 70 AF 2B 24 0 1F E6 20 36
Octal 144 160 257 53 44 0 37 346 40 66
Binary 1100100 1110000 10101111 101011 100100 0 11111 11100110 100000 110110

Color Harmonies of #6470AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470AF

Black with #6470AF

Text Example


Text Example

White with #6470AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,112,175); }

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

background-color css

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

 a { background-color: rgb(100,112,175); }

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

border-color css

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

 span { border-color: rgb(100,112,175); }

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