Html Css Color HEX #607AC4 Havelock Blue

📋 copy color: '#607AC4'

red 96 ◦ green 122 ◦ blue 196

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

Shades of Havelock Blue #607AC4

Tints of Havelock Blue #607AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.34%

R = 23.19%
G = 29.47%
B = 47.34%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#607AC4 (or 0x607AC4) is known color: Havelock Blue. HEX triplet: 60, 7A and C4. RGB value is (96,122,196). Sum of RGB (Red+Green+Blue) = 96+122+196=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #607AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AC4 is #9F853B. Grayscale: #7A7A7A. Windows color (decimal): -10454332 or 12876384. OLE color: 12876384.

HSL color Cylindrical-coordinate representation of color #607AC4: hue angle of 224.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607AC4 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 122 196 -
CMYK 0.51 0.38 0 0.23
HSL 224.4º 0.46% 0.57% -
HSV(B) 224.4º 0.51% 0.77% -
XYZ 21.75 20.39 55.01 -
YUV 122.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 96 122 196 0.51 0.38 0 0.23 224.4 0.46 0.57
Hex 60 7A C4 33 26 0 17 E0 2E 39
Octal 140 172 304 63 46 0 27 340 56 71
Binary 1100000 1111010 11000100 110011 100110 0 10111 11100000 101110 111001

Color Harmonies of #607AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AC4

Black with #607AC4

Text Example


Text Example

White with #607AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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