Html Css Color HEX #607CC4 Havelock Blue

📋 copy color: '#607CC4'

red 96 ◦ green 124 ◦ blue 196

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

Shades of Havelock Blue #607CC4

Tints of Havelock Blue #607CC4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

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

R = 23.08%
G = 29.81%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#607CC4 (or 0x607CC4) is known color: Havelock Blue. HEX triplet: 60, 7C and C4. RGB value is (96,124,196). Sum of RGB (Red+Green+Blue) = 96+124+196=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #607CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CC4 is #9F833B. Grayscale: #7B7B7B. Windows color (decimal): -10453820 or 12876896. OLE color: 12876896.

HSL color Cylindrical-coordinate representation of color #607CC4: hue angle of 223.2º 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 #607CC4 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 124 196 -
CMYK 0.51 0.37 0 0.23
HSL 223.2º 0.46% 0.57% -
HSV(B) 223.2º 0.51% 0.77% -
XYZ 22 20.89 55.1 -
YUV 123.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 96 124 196 0.51 0.37 0 0.23 223.2 0.46 0.57
Hex 60 7C C4 33 25 0 17 DF 2E 39
Octal 140 174 304 63 45 0 27 337 56 71
Binary 1100000 1111100 11000100 110011 100101 0 10111 11011111 101110 111001

Color Harmonies of #607CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CC4

Black with #607CC4

Text Example


Text Example

White with #607CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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