Html Css Color HEX #6489FE Cornflower Blue

📋 copy color: '#6489FE'

red 100 ◦ green 137 ◦ blue 254

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

Shades of Cornflower Blue #6489FE

Tints of Cornflower Blue #6489FE

RGB

 RED value IS 100 (39.45% from 255) = 20.37%

 GREEN value IS 137 (53.91% from 255) = 27.9%

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

R = 20.37%
G = 27.9%
B = 51.73%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6489FE (or 0x6489FE) is known color: Cornflower Blue. HEX triplet: 64, 89 and FE. RGB value is (100,137,254). Sum of RGB (Red+Green+Blue) = 100+137+254=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #6489FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6489FE is #9B7601. Grayscale: #8A8A8A. Windows color (decimal): -10188290 or 16681316. OLE color: 16681316.

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

Color convert

RGB 100 137 254 -
CMYK 0.61 0.46 0 0.00
HSL 225.58º 0.99% 0.69% -
HSV(B) 225.58º 0.61% 1% -
XYZ 32.09 27.76 97.43 -
YUV 139.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 100 137 254 0.61 0.46 0 0.00 225.58 0.99 0.69
Hex 64 89 FE 3D 2E 0 0 E2 63 45
Octal 144 211 376 75 56 0 0 342 143 105
Binary 1100100 10001001 11111110 111101 101110 0 0 11100010 1100011 1000101

Color Harmonies of #6489FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489FE

Black with #6489FE

Text Example


Text Example

White with #6489FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6489FE; }

 p { color: rgb(100,137,254); }

 H1.HeaderClassName
 {
   color: #6489FE;
 }
 .AnyTagClassName
 {
   color: #6489FE;
 }
</style>

background-color css

<style>
 a { background-color: #6489FE; }

 a { background-color: rgb(100,137,254); }

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

border-color css

<style>
 span { border-color: #6489FE; }

 span { border-color: rgb(100,137,254); }

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