Html Css Color HEX #6595DF Cornflower Blue

📋 copy color: '#6595DF'

red 101 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #6595DF

Tints of Cornflower Blue #6595DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 21.35%
G = 31.5%
B = 47.15%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6595DF (or 0x6595DF) is known color: Cornflower Blue. HEX triplet: 65, 95 and DF. RGB value is (101,149,223). Sum of RGB (Red+Green+Blue) = 101+149+223=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6595DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595DF is #9A6A20. Grayscale: #8E8E8E. Windows color (decimal): -10119713 or 14652773. OLE color: 14652773.

HSL color Cylindrical-coordinate representation of color #6595DF: hue angle of 216.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6595DF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 149 223 -
CMYK 0.55 0.33 0 0.13
HSL 216.39º 0.66% 0.64% -
HSV(B) 216.39º 0.55% 0.87% -
XYZ 29.43 29.59 73.97 -
YUV 143.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 101 149 223 0.55 0.33 0 0.13 216.39 0.66 0.64
Hex 65 95 DF 37 21 0 D D8 42 40
Octal 145 225 337 67 41 0 15 330 102 100
Binary 1100101 10010101 11011111 110111 100001 0 1101 11011000 1000010 1000000

Color Harmonies of #6595DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595DF

Black with #6595DF

Text Example


Text Example

White with #6595DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6595DF; }

 p { color: rgb(101,149,223); }

 H1.HeaderClassName
 {
   color: #6595DF;
 }
 .AnyTagClassName
 {
   color: #6595DF;
 }
</style>

background-color css

<style>
 a { background-color: #6595DF; }

 a { background-color: rgb(101,149,223); }

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

border-color css

<style>
 span { border-color: #6595DF; }

 span { border-color: rgb(101,149,223); }

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