Html Css Color HEX #607AFE Cornflower Blue

📋 copy color: '#607AFE'

red 96 ◦ green 122 ◦ blue 254

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

Shades of Cornflower Blue #607AFE

Tints of Cornflower Blue #607AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 20.34%
G = 25.85%
B = 53.81%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#607AFE (or 0x607AFE) is known color: Cornflower Blue. HEX triplet: 60, 7A and FE. RGB value is (96,122,254). Sum of RGB (Red+Green+Blue) = 96+122+254=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #607AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AFE is #9F8501. Grayscale: #808080. Windows color (decimal): -10454274 or 16677472. OLE color: 16677472.

HSL color Cylindrical-coordinate representation of color #607AFE: hue angle of 230.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607AFE is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 122 254 -
CMYK 0.62 0.52 0 0.00
HSL 230.13º 0.99% 0.69% -
HSV(B) 230.13º 0.62% 1% -
XYZ 29.67 23.56 96.75 -
YUV 129.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 96 122 254 0.62 0.52 0 0.00 230.13 0.99 0.69
Hex 60 7A FE 3E 34 0 0 E6 63 45
Octal 140 172 376 76 64 0 0 346 143 105
Binary 1100000 1111010 11111110 111110 110100 0 0 11100110 1100011 1000101

Color Harmonies of #607AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AFE

Black with #607AFE

Text Example


Text Example

White with #607AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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