Html Css Color HEX #607EFE Cornflower Blue

📋 copy color: '#607EFE'

red 96 ◦ green 126 ◦ blue 254

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

Shades of Cornflower Blue #607EFE

Tints of Cornflower Blue #607EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

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

R = 20.17%
G = 26.47%
B = 53.36%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#607EFE (or 0x607EFE) is known color: Cornflower Blue. HEX triplet: 60, 7E and FE. RGB value is (96,126,254). Sum of RGB (Red+Green+Blue) = 96+126+254=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #607EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607EFE is #9F8101. Grayscale: #838383. Windows color (decimal): -10453250 or 16678496. OLE color: 16678496.

HSL color Cylindrical-coordinate representation of color #607EFE: hue angle of 228.61º 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 #607EFE is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 126 254 -
CMYK 0.62 0.50 0 0.00
HSL 228.61º 0.99% 0.69% -
HSV(B) 228.61º 0.62% 1% -
XYZ 30.17 24.56 96.92 -
YUV 131.62 197.06 102.59 -
System Red Green Blue C M Y K H S L
Decimal 96 126 254 0.62 0.50 0 0.00 228.61 0.99 0.69
Hex 60 7E FE 3E 32 0 0 E5 63 45
Octal 140 176 376 76 62 0 0 345 143 105
Binary 1100000 1111110 11111110 111110 110010 0 0 11100101 1100011 1000101

Color Harmonies of #607EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EFE

Black with #607EFE

Text Example


Text Example

White with #607EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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