Html Css Color HEX #6470CB Chetwode Blue

📋 copy color: '#6470CB'

red 100 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #6470CB

Tints of Chetwode Blue #6470CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 24.1%
G = 26.99%
B = 48.92%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6470CB (or 0x6470CB) is known color: Chetwode Blue. HEX triplet: 64, 70 and CB. RGB value is (100,112,203). Sum of RGB (Red+Green+Blue) = 100+112+203=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #6470CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470CB is #9B8F34. Grayscale: #767676. Windows color (decimal): -10194741 or 13332580. OLE color: 13332580.

HSL color Cylindrical-coordinate representation of color #6470CB: hue angle of 233.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6470CB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 112 203 -
CMYK 0.51 0.45 0 0.20
HSL 233.01º 0.5% 0.59% -
HSV(B) 233.01º 0.51% 0.8% -
XYZ 21.83 18.61 58.94 -
YUV 118.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 100 112 203 0.51 0.45 0 0.20 233.01 0.5 0.59
Hex 64 70 CB 33 2D 0 14 E9 32 3B
Octal 144 160 313 63 55 0 24 351 62 73
Binary 1100100 1110000 11001011 110011 101101 0 10100 11101001 110010 111011

Color Harmonies of #6470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470CB

Black with #6470CB

Text Example


Text Example

White with #6470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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