Html Css Color HEX #607BCB Havelock Blue

📋 copy color: '#607BCB'

red 96 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #607BCB

Tints of Havelock Blue #607BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 22.75%
G = 29.15%
B = 48.1%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#607BCB (or 0x607BCB) is known color: Havelock Blue. HEX triplet: 60, 7B and CB. RGB value is (96,123,203). Sum of RGB (Red+Green+Blue) = 96+123+203=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #607BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCB is #9F8434. Grayscale: #7B7B7B. Windows color (decimal): -10454069 or 13335392. OLE color: 13335392.

HSL color Cylindrical-coordinate representation of color #607BCB: hue angle of 224.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607BCB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 123 203 -
CMYK 0.53 0.39 0 0.20
HSL 224.86º 0.51% 0.59% -
HSV(B) 224.86º 0.53% 0.8% -
XYZ 22.69 20.96 59.35 -
YUV 124.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 96 123 203 0.53 0.39 0 0.20 224.86 0.51 0.59
Hex 60 7B CB 35 27 0 14 E1 33 3B
Octal 140 173 313 65 47 0 24 341 63 73
Binary 1100000 1111011 11001011 110101 100111 0 10100 11100001 110011 111011

Color Harmonies of #607BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BCB

Black with #607BCB

Text Example


Text Example

White with #607BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,123,203); }

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

background-color css

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

 a { background-color: rgb(96,123,203); }

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

border-color css

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

 span { border-color: rgb(96,123,203); }

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