Html Css Color HEX #607CCE Havelock Blue

📋 copy color: '#607CCE'

red 96 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #607CCE

Tints of Havelock Blue #607CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 22.54%
G = 29.11%
B = 48.36%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#607CCE (or 0x607CCE) is known color: Havelock Blue. HEX triplet: 60, 7C and CE. RGB value is (96,124,206). Sum of RGB (Red+Green+Blue) = 96+124+206=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #607CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCE is #9F8331. Grayscale: #7C7C7C. Windows color (decimal): -10453810 or 13532256. OLE color: 13532256.

HSL color Cylindrical-coordinate representation of color #607CCE: hue angle of 224.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607CCE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 124 206 -
CMYK 0.53 0.40 0 0.19
HSL 224.73º 0.53% 0.59% -
HSV(B) 224.73º 0.53% 0.81% -
XYZ 23.17 21.36 61.29 -
YUV 124.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 96 124 206 0.53 0.40 0 0.19 224.73 0.53 0.59
Hex 60 7C CE 35 28 0 13 E1 35 3B
Octal 140 174 316 65 50 0 23 341 65 73
Binary 1100000 1111100 11001110 110101 101000 0 10011 11100001 110101 111011

Color Harmonies of #607CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CCE

Black with #607CCE

Text Example


Text Example

White with #607CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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