Html Css Color HEX #6087E1 Cornflower Blue

📋 copy color: '#6087E1'

red 96 ◦ green 135 ◦ blue 225

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

Shades of Cornflower Blue #6087E1

Tints of Cornflower Blue #6087E1

RGB

 RED value IS 96 (37.89% from 255) = 21.05%

 GREEN value IS 135 (53.13% from 255) = 29.61%

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 21.05%
G = 29.61%
B = 49.34%

CMYK

 C value IS 0.57

 M value IS 0.4

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6087E1 (or 0x6087E1) is known color: Cornflower Blue. HEX triplet: 60, 87 and E1. RGB value is (96,135,225). Sum of RGB (Red+Green+Blue) = 96+135+225=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #6087E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087E1 is #9F781E. Grayscale: #858585. Windows color (decimal): -10450975 or 14780256. OLE color: 14780256.

HSL color Cylindrical-coordinate representation of color #6087E1: hue angle of 221.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6087E1 is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 135 225 -
CMYK 0.57 0.4 0 0.12
HSL 221.86º 0.68% 0.63% -
HSV(B) 221.86º 0.57% 0.88% -
XYZ 27.08 25.25 74.68 -
YUV 133.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 96 135 225 0.57 0.4 0 0.12 221.86 0.68 0.63
Hex 60 87 E1 39 28 0 C DE 44 3F
Octal 140 207 341 71 50 0 14 336 104 77
Binary 1100000 10000111 11100001 111001 101000 0 1100 11011110 1000100 111111

Color Harmonies of #6087E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087E1

Black with #6087E1

Text Example


Text Example

White with #6087E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6087E1; }

 p { color: rgb(96,135,225); }

 H1.HeaderClassName
 {
   color: #6087E1;
 }
 .AnyTagClassName
 {
   color: #6087E1;
 }
</style>

background-color css

<style>
 a { background-color: #6087E1; }

 a { background-color: rgb(96,135,225); }

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

border-color css

<style>
 span { border-color: #6087E1; }

 span { border-color: rgb(96,135,225); }

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