Html Css Color HEX #6596EC Cornflower Blue

📋 copy color: '#6596EC'

red 101 ◦ green 150 ◦ blue 236

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

Shades of Cornflower Blue #6596EC

Tints of Cornflower Blue #6596EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 20.74%
G = 30.8%
B = 48.46%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6596EC (or 0x6596EC) is known color: Cornflower Blue. HEX triplet: 65, 96 and EC. RGB value is (101,150,236). Sum of RGB (Red+Green+Blue) = 101+150+236=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6596EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6596EC is #9A6913. Grayscale: #909090. Windows color (decimal): -10119444 or 15504997. OLE color: 15504997.

HSL color Cylindrical-coordinate representation of color #6596EC: hue angle of 218.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6596EC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 150 236 -
CMYK 0.57 0.36 0 0.07
HSL 218.22º 0.78% 0.66% -
HSV(B) 218.22º 0.57% 0.93% -
XYZ 31.41 30.64 83.61 -
YUV 145.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 101 150 236 0.57 0.36 0 0.07 218.22 0.78 0.66
Hex 65 96 EC 39 24 0 7 DA 4E 42
Octal 145 226 354 71 44 0 7 332 116 102
Binary 1100101 10010110 11101100 111001 100100 0 111 11011010 1001110 1000010

Color Harmonies of #6596EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6596EC

Black with #6596EC

Text Example


Text Example

White with #6596EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6596EC; }

 p { color: rgb(101,150,236); }

 H1.HeaderClassName
 {
   color: #6596EC;
 }
 .AnyTagClassName
 {
   color: #6596EC;
 }
</style>

background-color css

<style>
 a { background-color: #6596EC; }

 a { background-color: rgb(101,150,236); }

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

border-color css

<style>
 span { border-color: #6596EC; }

 span { border-color: rgb(101,150,236); }

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