Html Css Color HEX #609EF1 Cornflower Blue

📋 copy color: '#609EF1'

red 96 ◦ green 158 ◦ blue 241

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

Shades of Cornflower Blue #609EF1

Tints of Cornflower Blue #609EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 19.39%
G = 31.92%
B = 48.69%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#609EF1 (or 0x609EF1) is known color: Cornflower Blue. HEX triplet: 60, 9E and F1. RGB value is (96,158,241). Sum of RGB (Red+Green+Blue) = 96+158+241=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #609EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609EF1 is #9F610E. Grayscale: #949494. Windows color (decimal): -10445071 or 15834720. OLE color: 15834720.

HSL color Cylindrical-coordinate representation of color #609EF1: hue angle of 214.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609EF1 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 158 241 -
CMYK 0.60 0.34 0 0.05
HSL 214.34º 0.84% 0.66% -
HSV(B) 214.34º 0.6% 0.95% -
XYZ 32.93 33.29 87.91 -
YUV 148.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 96 158 241 0.60 0.34 0 0.05 214.34 0.84 0.66
Hex 60 9E F1 3C 22 0 5 D6 54 42
Octal 140 236 361 74 42 0 5 326 124 102
Binary 1100000 10011110 11110001 111100 100010 0 101 11010110 1010100 1000010

Color Harmonies of #609EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EF1

Black with #609EF1

Text Example


Text Example

White with #609EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609EF1; }

 p { color: rgb(96,158,241); }

 H1.HeaderClassName
 {
   color: #609EF1;
 }
 .AnyTagClassName
 {
   color: #609EF1;
 }
</style>

background-color css

<style>
 a { background-color: #609EF1; }

 a { background-color: rgb(96,158,241); }

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

border-color css

<style>
 span { border-color: #609EF1; }

 span { border-color: rgb(96,158,241); }

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