Html Css Color HEX #647FFA Cornflower Blue

📋 copy color: '#647FFA'

red 100 ◦ green 127 ◦ blue 250

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

Shades of Cornflower Blue #647FFA

Tints of Cornflower Blue #647FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 20.96%
G = 26.62%
B = 52.41%

CMYK

 C value IS 0.6

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#647FFA (or 0x647FFA) is known color: Cornflower Blue. HEX triplet: 64, 7F and FA. RGB value is (100,127,250). Sum of RGB (Red+Green+Blue) = 100+127+250=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #647FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647FFA is #9B8005. Grayscale: #848484. Windows color (decimal): -10190854 or 16416612. OLE color: 16416612.

HSL color Cylindrical-coordinate representation of color #647FFA: hue angle of 229.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647FFA is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 127 250 -
CMYK 0.6 0.49 0 0.02
HSL 229.2º 0.94% 0.69% -
HSV(B) 229.2º 0.6% 0.98% -
XYZ 30.1 24.79 93.64 -
YUV 132.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 100 127 250 0.6 0.49 0 0.02 229.2 0.94 0.69
Hex 64 7F FA 3C 31 0 2 E5 5E 45
Octal 144 177 372 74 61 0 2 345 136 105
Binary 1100100 1111111 11111010 111100 110001 0 10 11100101 1011110 1000101

Color Harmonies of #647FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FFA

Black with #647FFA

Text Example


Text Example

White with #647FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647FFA; }

 p { color: rgb(100,127,250); }

 H1.HeaderClassName
 {
   color: #647FFA;
 }
 .AnyTagClassName
 {
   color: #647FFA;
 }
</style>

background-color css

<style>
 a { background-color: #647FFA; }

 a { background-color: rgb(100,127,250); }

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

border-color css

<style>
 span { border-color: #647FFA; }

 span { border-color: rgb(100,127,250); }

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