Html Css Color HEX #6594FA Cornflower Blue

📋 copy color: '#6594FA'

red 101 ◦ green 148 ◦ blue 250

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

Shades of Cornflower Blue #6594FA

Tints of Cornflower Blue #6594FA

RGB

 RED value IS 101 (39.84% from 255) = 20.24%

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 20.24%
G = 29.66%
B = 50.1%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6594FA (or 0x6594FA) is known color: Cornflower Blue. HEX triplet: 65, 94 and FA. RGB value is (101,148,250). Sum of RGB (Red+Green+Blue) = 101+148+250=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #6594FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6594FA is #9A6B05. Grayscale: #919191. Windows color (decimal): -10119942 or 16421989. OLE color: 16421989.

HSL color Cylindrical-coordinate representation of color #6594FA: hue angle of 221.07º 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 #6594FA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 148 250 -
CMYK 0.60 0.41 0 0.02
HSL 221.07º 0.94% 0.69% -
HSV(B) 221.07º 0.6% 0.98% -
XYZ 33.21 30.85 94.65 -
YUV 145.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 101 148 250 0.60 0.41 0 0.02 221.07 0.94 0.69
Hex 65 94 FA 3C 29 0 2 DD 5E 45
Octal 145 224 372 74 51 0 2 335 136 105
Binary 1100101 10010100 11111010 111100 101001 0 10 11011101 1011110 1000101

Color Harmonies of #6594FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6594FA

Black with #6594FA

Text Example


Text Example

White with #6594FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6594FA; }

 p { color: rgb(101,148,250); }

 H1.HeaderClassName
 {
   color: #6594FA;
 }
 .AnyTagClassName
 {
   color: #6594FA;
 }
</style>

background-color css

<style>
 a { background-color: #6594FA; }

 a { background-color: rgb(101,148,250); }

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

border-color css

<style>
 span { border-color: #6594FA; }

 span { border-color: rgb(101,148,250); }

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