Html Css Color HEX #607AB3 Chetwode Blue

📋 copy color: '#607AB3'

red 96 ◦ green 122 ◦ blue 179

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

Shades of Chetwode Blue #607AB3

Tints of Chetwode Blue #607AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 24.18%
G = 30.73%
B = 45.09%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#607AB3 (or 0x607AB3) is known color: Chetwode Blue. HEX triplet: 60, 7A and B3. RGB value is (96,122,179). Sum of RGB (Red+Green+Blue) = 96+122+179=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #607AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AB3 is #9F854C. Grayscale: #787878. Windows color (decimal): -10454349 or 11762272. OLE color: 11762272.

HSL color Cylindrical-coordinate representation of color #607AB3: hue angle of 221.2º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607AB3 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 122 179 -
CMYK 0.46 0.32 0 0.30
HSL 221.2º 0.35% 0.54% -
HSV(B) 221.2º 0.46% 0.7% -
XYZ 19.92 19.66 45.39 -
YUV 120.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 96 122 179 0.46 0.32 0 0.30 221.2 0.35 0.54
Hex 60 7A B3 2E 20 0 1E DD 23 36
Octal 140 172 263 56 40 0 36 335 43 66
Binary 1100000 1111010 10110011 101110 100000 0 11110 11011101 100011 110110

Color Harmonies of #607AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AB3

Black with #607AB3

Text Example


Text Example

White with #607AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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