Html Css Color HEX #6589D6 Cornflower Blue

📋 copy color: '#6589D6'

red 101 ◦ green 137 ◦ blue 214

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

Shades of Cornflower Blue #6589D6

Tints of Cornflower Blue #6589D6

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 22.35%
G = 30.31%
B = 47.35%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6589D6 (or 0x6589D6) is known color: Cornflower Blue. HEX triplet: 65, 89 and D6. RGB value is (101,137,214). Sum of RGB (Red+Green+Blue) = 101+137+214=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #6589D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6589D6 is #9A7629. Grayscale: #868686. Windows color (decimal): -10122794 or 14059877. OLE color: 14059877.

HSL color Cylindrical-coordinate representation of color #6589D6: hue angle of 220.88º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6589D6 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 137 214 -
CMYK 0.53 0.36 0 0.16
HSL 220.89º 0.58% 0.62% -
HSV(B) 220.89º 0.53% 0.84% -
XYZ 26.45 25.51 67.15 -
YUV 135.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 101 137 214 0.53 0.36 0 0.16 220.89 0.58 0.62
Hex 65 89 D6 35 24 0 10 DD 3A 3E
Octal 145 211 326 65 44 0 20 335 72 76
Binary 1100101 10001001 11010110 110101 100100 0 10000 11011101 111010 111110

Color Harmonies of #6589D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6589D6

Black with #6589D6

Text Example


Text Example

White with #6589D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6589D6; }

 p { color: rgb(101,137,214); }

 H1.HeaderClassName
 {
   color: #6589D6;
 }
 .AnyTagClassName
 {
   color: #6589D6;
 }
</style>

background-color css

<style>
 a { background-color: #6589D6; }

 a { background-color: rgb(101,137,214); }

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

border-color css

<style>
 span { border-color: #6589D6; }

 span { border-color: rgb(101,137,214); }

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