Html Css Color HEX #647CFA Cornflower Blue

📋 copy color: '#647CFA'

red 100 ◦ green 124 ◦ blue 250

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

Shades of Cornflower Blue #647CFA

Tints of Cornflower Blue #647CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.16%

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

R = 21.1%
G = 26.16%
B = 52.74%

CMYK

 C value IS 0.6

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#647CFA (or 0x647CFA) is known color: Cornflower Blue. HEX triplet: 64, 7C and FA. RGB value is (100,124,250). Sum of RGB (Red+Green+Blue) = 100+124+250=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #647CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647CFA is #9B8305. Grayscale: #828282. Windows color (decimal): -10191622 or 16415844. OLE color: 16415844.

HSL color Cylindrical-coordinate representation of color #647CFA: hue angle of 230.4º 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 #647CFA is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 124 250 -
CMYK 0.6 0.50 0 0.02
HSL 230.4º 0.94% 0.69% -
HSV(B) 230.4º 0.6% 0.98% -
XYZ 29.72 24.03 93.51 -
YUV 131.19 195.05 105.75 -
System Red Green Blue C M Y K H S L
Decimal 100 124 250 0.6 0.50 0 0.02 230.4 0.94 0.69
Hex 64 7C FA 3C 32 0 2 E6 5E 45
Octal 144 174 372 74 62 0 2 346 136 105
Binary 1100100 1111100 11111010 111100 110010 0 10 11100110 1011110 1000101

Color Harmonies of #647CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CFA

Black with #647CFA

Text Example


Text Example

White with #647CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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