Html Css Color HEX #607AF0 Cornflower Blue

📋 copy color: '#607AF0'

red 96 ◦ green 122 ◦ blue 240

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

Shades of Cornflower Blue #607AF0

Tints of Cornflower Blue #607AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 20.96%
G = 26.64%
B = 52.4%

CMYK

 C value IS 0.6

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#607AF0 (or 0x607AF0) is known color: Cornflower Blue. HEX triplet: 60, 7A and F0. RGB value is (96,122,240). Sum of RGB (Red+Green+Blue) = 96+122+240=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #607AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF0 is #9F850F. Grayscale: #7F7F7F. Windows color (decimal): -10454288 or 15759968. OLE color: 15759968.

HSL color Cylindrical-coordinate representation of color #607AF0: hue angle of 229.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #607AF0 is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 122 240 -
CMYK 0.6 0.49 0 0.06
HSL 229.17º 0.83% 0.66% -
HSV(B) 229.17º 0.6% 0.94% -
XYZ 27.51 22.7 85.37 -
YUV 127.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 96 122 240 0.6 0.49 0 0.06 229.17 0.83 0.66
Hex 60 7A F0 3C 31 0 6 E5 53 42
Octal 140 172 360 74 61 0 6 345 123 102
Binary 1100000 1111010 11110000 111100 110001 0 110 11100101 1010011 1000010

Color Harmonies of #607AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AF0

Black with #607AF0

Text Example


Text Example

White with #607AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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