Html Css Color HEX #607CE1 Cornflower Blue

📋 copy color: '#607CE1'

red 96 ◦ green 124 ◦ blue 225

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

Shades of Cornflower Blue #607CE1

Tints of Cornflower Blue #607CE1

RGB

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

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

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

R = 21.57%
G = 27.87%
B = 50.56%

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

#607CE1 (or 0x607CE1) is known color: Cornflower Blue. HEX triplet: 60, 7C and E1. RGB value is (96,124,225). Sum of RGB (Red+Green+Blue) = 96+124+225=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #607CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CE1 is #9F831E. Grayscale: #7E7E7E. Windows color (decimal): -10453791 or 14777440. OLE color: 14777440.

HSL color Cylindrical-coordinate representation of color #607CE1: hue angle of 226.98º 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 #607CE1 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 124 225 -
CMYK 0.57 0.45 0 0.12
HSL 226.98º 0.68% 0.63% -
HSV(B) 226.98º 0.57% 0.88% -
XYZ 25.62 22.34 74.2 -
YUV 127.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 96 124 225 0.57 0.45 0 0.12 226.98 0.68 0.63
Hex 60 7C E1 39 2D 0 C E3 44 3F
Octal 140 174 341 71 55 0 14 343 104 77
Binary 1100000 1111100 11100001 111001 101101 0 1100 11100011 1000100 111111

Color Harmonies of #607CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CE1

Black with #607CE1

Text Example


Text Example

White with #607CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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