Html Css Color HEX #607AE0 Cornflower Blue

📋 copy color: '#607AE0'

red 96 ◦ green 122 ◦ blue 224

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

Shades of Cornflower Blue #607AE0

Tints of Cornflower Blue #607AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

 BLUE value IS 224 (87.89% from 255) = 50.68%

R = 21.72%
G = 27.6%
B = 50.68%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#607AE0 (or 0x607AE0) is known color: Cornflower Blue. HEX triplet: 60, 7A and E0. RGB value is (96,122,224). Sum of RGB (Red+Green+Blue) = 96+122+224=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #607AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AE0 is #9F851F. Grayscale: #7D7D7D. Windows color (decimal): -10454304 or 14711392. OLE color: 14711392.

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

Color convert

RGB 96 122 224 -
CMYK 0.57 0.46 0 0.12
HSL 227.81º 0.67% 0.63% -
HSV(B) 227.81º 0.57% 0.88% -
XYZ 25.24 21.79 73.4 -
YUV 125.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 96 122 224 0.57 0.46 0 0.12 227.81 0.67 0.63
Hex 60 7A E0 39 2E 0 C E4 43 3F
Octal 140 172 340 71 56 0 14 344 103 77
Binary 1100000 1111010 11100000 111001 101110 0 1100 11100100 1000011 111111

Color Harmonies of #607AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AE0

Black with #607AE0

Text Example


Text Example

White with #607AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,224); }

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

background-color css

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

 a { background-color: rgb(96,122,224); }

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

border-color css

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

 span { border-color: rgb(96,122,224); }

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