Html Css Color HEX #607AF7 Cornflower Blue

📋 copy color: '#607AF7'

red 96 ◦ green 122 ◦ blue 247

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

Shades of Cornflower Blue #607AF7

Tints of Cornflower Blue #607AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.12%

R = 20.65%
G = 26.24%
B = 53.12%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#607AF7 (or 0x607AF7) is known color: Cornflower Blue. HEX triplet: 60, 7A and F7. RGB value is (96,122,247). Sum of RGB (Red+Green+Blue) = 96+122+247=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #607AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF7 is #9F8508. Grayscale: #7F7F7F. Windows color (decimal): -10454281 or 16218720. OLE color: 16218720.

HSL color Cylindrical-coordinate representation of color #607AF7: hue angle of 229.67º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607AF7 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 122 247 -
CMYK 0.61 0.51 0 0.03
HSL 229.67º 0.9% 0.67% -
HSV(B) 229.67º 0.61% 0.97% -
XYZ 28.57 23.12 90.95 -
YUV 128.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 96 122 247 0.61 0.51 0 0.03 229.67 0.9 0.67
Hex 60 7A F7 3D 33 0 3 E6 5A 43
Octal 140 172 367 75 63 0 3 346 132 103
Binary 1100000 1111010 11110111 111101 110011 0 11 11100110 1011010 1000011

Color Harmonies of #607AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AF7

Black with #607AF7

Text Example


Text Example

White with #607AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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