#639AF1

Color #639AF1 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #639AF1

Tints of Cornflower Blue #639AF1

Color information

#639AF1 (or 0x639AF1) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9A and F1. RGB value is (99,154,241). Sum of RGB (Red+Green+Blue) = 99+154+241=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #639AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639AF1 is #9C650E. Grayscale: #939393. Windows color (decimal): -10249487 or 15833699. OLE color: 15833699.

HSL color Cylindrical-coordinate representation of color #639AF1: hue angle of 216.76º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #639AF1 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99154241-
CMYK0.590.3600.05
HSL216.76º83.53%66.67%-
HSV(B)216.76º58.92%94.51%-
XYZ32.5832.1187.7-
YUV147.47180.7893.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.04%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 241 (94.53% from 255) = 48.79%
R=20.04%
G=31.17%
B=48.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991542410.590.3600.05216.7683.5366.67
Hex639AF13B2405d95443
Octal143232361734405331124103
Binary1100011100110101111000111101110010001011101100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639AF1; }

 p { color: rgb(99,154,241); }

 H1.HeaderClassName
 {
   color: #639AF1;
 }
 .AnyTagClassName
 {
   color: #639AF1;
 }
</style>
background-color css

<style>
 a { background-color: #639AF1; }

 a { background-color: rgb(99,154,241); }

 div.DivClassName
 {
   background-color: #639AF1;
 }
 .BgClassName
 {
   background-color: #639AF1;
 }
</style>
border-color css

<style>
 span { border-color: #639AF1; }

 span { border-color: rgb(99,154,241); }

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