Html Css Color HEX #6594FB Cornflower Blue

📋 copy color: '#6594FB'

red 101 ◦ green 148 ◦ blue 251

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

Shades of Cornflower Blue #6594FB

Tints of Cornflower Blue #6594FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 20.2%
G = 29.6%
B = 50.2%

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

#6594FB (or 0x6594FB) is known color: Cornflower Blue. HEX triplet: 65, 94 and FB. RGB value is (101,148,251). Sum of RGB (Red+Green+Blue) = 101+148+251=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #6594FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6594FB is #9A6B04. Grayscale: #919191. Windows color (decimal): -10119941 or 16487525. OLE color: 16487525.

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

Color convert

RGB 101 148 251 -
CMYK 0.60 0.41 0 0.02
HSL 221.2º 0.95% 0.69% -
HSV(B) 221.2º 0.6% 0.98% -
XYZ 33.37 30.91 95.47 -
YUV 145.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 101 148 251 0.60 0.41 0 0.02 221.2 0.95 0.69
Hex 65 94 FB 3C 29 0 2 DD 5F 45
Octal 145 224 373 74 51 0 2 335 137 105
Binary 1100101 10010100 11111011 111100 101001 0 10 11011101 1011111 1000101

Color Harmonies of #6594FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6594FB

Black with #6594FB

Text Example


Text Example

White with #6594FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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