Html Css Color HEX #607AAA Chetwode Blue

📋 copy color: '#607AAA'

red 96 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #607AAA

Tints of Chetwode Blue #607AAA

RGB

 RED value IS 96 (37.89% from 255) = 24.74%

 GREEN value IS 122 (48.05% from 255) = 31.44%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 24.74%
G = 31.44%
B = 43.81%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607AAA (or 0x607AAA) is known color: Chetwode Blue. HEX triplet: 60, 7A and AA. RGB value is (96,122,170). Sum of RGB (Red+Green+Blue) = 96+122+170=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #607AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AAA is #9F8555. Grayscale: #777777. Windows color (decimal): -10454358 or 11172448. OLE color: 11172448.

HSL color Cylindrical-coordinate representation of color #607AAA: hue angle of 218.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607AAA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 122 170 -
CMYK 0.44 0.28 0 0.33
HSL 218.92º 0.3% 0.52% -
HSV(B) 218.92º 0.44% 0.67% -
XYZ 19.04 19.31 40.75 -
YUV 119.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 96 122 170 0.44 0.28 0 0.33 218.92 0.3 0.52
Hex 60 7A AA 2C 1C 0 21 DB 1E 34
Octal 140 172 252 54 34 0 41 333 36 64
Binary 1100000 1111010 10101010 101100 11100 0 100001 11011011 11110 110100

Color Harmonies of #607AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AAA

Black with #607AAA

Text Example


Text Example

White with #607AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607AAA; }

 p { color: rgb(96,122,170); }

 H1.HeaderClassName
 {
   color: #607AAA;
 }
 .AnyTagClassName
 {
   color: #607AAA;
 }
</style>

background-color css

<style>
 a { background-color: #607AAA; }

 a { background-color: rgb(96,122,170); }

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

border-color css

<style>
 span { border-color: #607AAA; }

 span { border-color: rgb(96,122,170); }

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