#6088F7

Color #6088F7 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6088F7

Tints of Cornflower Blue #6088F7

Color information

#6088F7 (or 0x6088F7) is unknown color: approx Cornflower Blue. HEX triplet: 60, 88 and F7. RGB value is (96,136,247). Sum of RGB (Red+Green+Blue) = 96+136+247=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #6088F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6088F7 is #9F7708. Grayscale: #888888. Windows color (decimal): -10450697 or 16222304. OLE color: 16222304.

HSL color Cylindrical-coordinate representation of color #6088F7: hue angle of 224.11º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6088F7 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96136247-
CMYK0.610.4500.03
HSL224.11º90.42%67.25%-
HSV(B)224.11º61.13%96.86%-
XYZ30.4226.8191.57-
YUV136.69190.2598.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 247 (96.88% from 255) = 51.57%
R=20.04%
G=28.39%
B=51.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961362470.610.4500.03224.1190.4267.25
Hex6088F73D2D03e05a43
Octal140210367755503340132103
Binary110000010001000111101111111011011010111110000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6088F7; }

 p { color: rgb(96,136,247); }

 H1.HeaderClassName
 {
   color: #6088F7;
 }
 .AnyTagClassName
 {
   color: #6088F7;
 }
</style>
background-color css

<style>
 a { background-color: #6088F7; }

 a { background-color: rgb(96,136,247); }

 div.DivClassName
 {
   background-color: #6088F7;
 }
 .BgClassName
 {
   background-color: #6088F7;
 }
</style>
border-color css

<style>
 span { border-color: #6088F7; }

 span { border-color: rgb(96,136,247); }

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