Html Css Color HEX #607BE1 Cornflower Blue

📋 copy color: '#607BE1'

red 96 ◦ green 123 ◦ blue 225

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

Shades of Cornflower Blue #607BE1

Tints of Cornflower Blue #607BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 21.62%
G = 27.7%
B = 50.68%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#607BE1 (or 0x607BE1) is known color: Cornflower Blue. HEX triplet: 60, 7B and E1. RGB value is (96,123,225). Sum of RGB (Red+Green+Blue) = 96+123+225=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #607BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BE1 is #9F841E. Grayscale: #7E7E7E. Windows color (decimal): -10454047 or 14777184. OLE color: 14777184.

HSL color Cylindrical-coordinate representation of color #607BE1: hue angle of 227.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607BE1 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 123 225 -
CMYK 0.57 0.45 0 0.12
HSL 227.44º 0.68% 0.63% -
HSV(B) 227.44º 0.57% 0.88% -
XYZ 25.5 22.09 74.15 -
YUV 126.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 96 123 225 0.57 0.45 0 0.12 227.44 0.68 0.63
Hex 60 7B E1 39 2D 0 C E3 44 3F
Octal 140 173 341 71 55 0 14 343 104 77
Binary 1100000 1111011 11100001 111001 101101 0 1100 11100011 1000100 111111

Color Harmonies of #607BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BE1

Black with #607BE1

Text Example


Text Example

White with #607BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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