Html Css Color HEX #6088F0 Cornflower Blue

📋 copy color: '#6088F0'

red 96 ◦ green 136 ◦ blue 240

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

Shades of Cornflower Blue #6088F0

Tints of Cornflower Blue #6088F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 20.34%
G = 28.81%
B = 50.85%

CMYK

 C value IS 0.6

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6088F0 (or 0x6088F0) is known color: Cornflower Blue. HEX triplet: 60, 88 and F0. RGB value is (96,136,240). Sum of RGB (Red+Green+Blue) = 96+136+240=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #6088F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6088F0 is #9F770F. Grayscale: #878787. Windows color (decimal): -10450704 or 15763552. OLE color: 15763552.

HSL color Cylindrical-coordinate representation of color #6088F0: hue angle of 223.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6088F0 is Cyan = 0.6, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 136 240 -
CMYK 0.6 0.43 0 0.06
HSL 223.33º 0.83% 0.66% -
HSV(B) 223.33º 0.6% 0.94% -
XYZ 29.36 26.39 85.98 -
YUV 135.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 96 136 240 0.6 0.43 0 0.06 223.33 0.83 0.66
Hex 60 88 F0 3C 2B 0 6 DF 53 42
Octal 140 210 360 74 53 0 6 337 123 102
Binary 1100000 10001000 11110000 111100 101011 0 110 11011111 1010011 1000010

Color Harmonies of #6088F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088F0

Black with #6088F0

Text Example


Text Example

White with #6088F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6088F0;
 }
 .AnyTagClassName
 {
   color: #6088F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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