Html Css Color HEX #6584DA Cornflower Blue

📋 copy color: '#6584DA'

red 101 ◦ green 132 ◦ blue 218

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

Shades of Cornflower Blue #6584DA

Tints of Cornflower Blue #6584DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 22.39%
G = 29.27%
B = 48.34%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6584DA (or 0x6584DA) is known color: Cornflower Blue. HEX triplet: 65, 84 and DA. RGB value is (101,132,218). Sum of RGB (Red+Green+Blue) = 101+132+218=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6584DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584DA is #9A7B25. Grayscale: #848484. Windows color (decimal): -10124070 or 14320741. OLE color: 14320741.

HSL color Cylindrical-coordinate representation of color #6584DA: hue angle of 224.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6584DA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 132 218 -
CMYK 0.54 0.39 0 0.15
HSL 224.1º 0.61% 0.63% -
HSV(B) 224.1º 0.54% 0.85% -
XYZ 26.27 24.33 69.64 -
YUV 132.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 101 132 218 0.54 0.39 0 0.15 224.1 0.61 0.63
Hex 65 84 DA 36 27 0 F E0 3D 3F
Octal 145 204 332 66 47 0 17 340 75 77
Binary 1100101 10000100 11011010 110110 100111 0 1111 11100000 111101 111111

Color Harmonies of #6584DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584DA

Black with #6584DA

Text Example


Text Example

White with #6584DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6584DA; }

 p { color: rgb(101,132,218); }

 H1.HeaderClassName
 {
   color: #6584DA;
 }
 .AnyTagClassName
 {
   color: #6584DA;
 }
</style>

background-color css

<style>
 a { background-color: #6584DA; }

 a { background-color: rgb(101,132,218); }

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

border-color css

<style>
 span { border-color: #6584DA; }

 span { border-color: rgb(101,132,218); }

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