Html Css Color HEX #607BCA Havelock Blue

📋 copy color: '#607BCA'

red 96 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #607BCA

Tints of Havelock Blue #607BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 22.8%
G = 29.22%
B = 47.98%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#607BCA (or 0x607BCA) is known color: Havelock Blue. HEX triplet: 60, 7B and CA. RGB value is (96,123,202). Sum of RGB (Red+Green+Blue) = 96+123+202=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #607BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCA is #9F8435. Grayscale: #7B7B7B. Windows color (decimal): -10454070 or 13269856. OLE color: 13269856.

HSL color Cylindrical-coordinate representation of color #607BCA: hue angle of 224.72º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607BCA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 123 202 -
CMYK 0.52 0.39 0 0.21
HSL 224.72º 0.5% 0.58% -
HSV(B) 224.72º 0.52% 0.79% -
XYZ 22.57 20.92 58.73 -
YUV 123.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 96 123 202 0.52 0.39 0 0.21 224.72 0.5 0.58
Hex 60 7B CA 34 27 0 15 E1 32 3A
Octal 140 173 312 64 47 0 25 341 62 72
Binary 1100000 1111011 11001010 110100 100111 0 10101 11100001 110010 111010

Color Harmonies of #607BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BCA

Black with #607BCA

Text Example


Text Example

White with #607BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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