Html Css Color HEX #6483F7 Cornflower Blue

📋 copy color: '#6483F7'

red 100 ◦ green 131 ◦ blue 247

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

Shades of Cornflower Blue #6483F7

Tints of Cornflower Blue #6483F7

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 20.92%
G = 27.41%
B = 51.67%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6483F7 (or 0x6483F7) is known color: Cornflower Blue. HEX triplet: 64, 83 and F7. RGB value is (100,131,247). Sum of RGB (Red+Green+Blue) = 100+131+247=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #6483F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6483F7 is #9B7C08. Grayscale: #868686. Windows color (decimal): -10189833 or 16221028. OLE color: 16221028.

HSL color Cylindrical-coordinate representation of color #6483F7: hue angle of 227.35º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6483F7 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 131 247 -
CMYK 0.60 0.47 0 0.03
HSL 227.35º 0.9% 0.68% -
HSV(B) 227.35º 0.6% 0.97% -
XYZ 30.16 25.66 91.36 -
YUV 134.96 191.23 103.07 -
System Red Green Blue C M Y K H S L
Decimal 100 131 247 0.60 0.47 0 0.03 227.35 0.9 0.68
Hex 64 83 F7 3C 2F 0 3 E3 5A 44
Octal 144 203 367 74 57 0 3 343 132 104
Binary 1100100 10000011 11110111 111100 101111 0 11 11100011 1011010 1000100

Color Harmonies of #6483F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483F7

Black with #6483F7

Text Example


Text Example

White with #6483F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6483F7; }

 p { color: rgb(100,131,247); }

 H1.HeaderClassName
 {
   color: #6483F7;
 }
 .AnyTagClassName
 {
   color: #6483F7;
 }
</style>

background-color css

<style>
 a { background-color: #6483F7; }

 a { background-color: rgb(100,131,247); }

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

border-color css

<style>
 span { border-color: #6483F7; }

 span { border-color: rgb(100,131,247); }

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