Html Css Color HEX #6089F0 Cornflower Blue

📋 copy color: '#6089F0'

red 96 ◦ green 137 ◦ blue 240

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

Shades of Cornflower Blue #6089F0

Tints of Cornflower Blue #6089F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.96%

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

R = 20.3%
G = 28.96%
B = 50.74%

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

#6089F0 (or 0x6089F0) is known color: Cornflower Blue. HEX triplet: 60, 89 and F0. RGB value is (96,137,240). Sum of RGB (Red+Green+Blue) = 96+137+240=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #6089F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6089F0 is #9F760F. Grayscale: #888888. Windows color (decimal): -10450448 or 15763808. OLE color: 15763808.

HSL color Cylindrical-coordinate representation of color #6089F0: hue angle of 222.92º 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 #6089F0 is Cyan = 0.6, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 137 240 -
CMYK 0.6 0.43 0 0.06
HSL 222.92º 0.83% 0.66% -
HSV(B) 222.92º 0.6% 0.94% -
XYZ 29.5 26.67 86.03 -
YUV 136.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 96 137 240 0.6 0.43 0 0.06 222.92 0.83 0.66
Hex 60 89 F0 3C 2B 0 6 DF 53 42
Octal 140 211 360 74 53 0 6 337 123 102
Binary 1100000 10001001 11110000 111100 101011 0 110 11011111 1010011 1000010

Color Harmonies of #6089F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089F0

Black with #6089F0

Text Example


Text Example

White with #6089F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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