Html Css Color HEX #618FF1 Cornflower Blue

📋 copy color: '#618FF1'

red 97 ◦ green 143 ◦ blue 241

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

Shades of Cornflower Blue #618FF1

Tints of Cornflower Blue #618FF1

RGB

 RED value IS 97 (38.28% from 255) = 20.17%

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 20.17%
G = 29.73%
B = 50.1%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#618FF1 (or 0x618FF1) is known color: Cornflower Blue. HEX triplet: 61, 8F and F1. RGB value is (97,143,241). Sum of RGB (Red+Green+Blue) = 97+143+241=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #618FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618FF1 is #9E700E. Grayscale: #8B8B8B. Windows color (decimal): -10383375 or 15830881. OLE color: 15830881.

HSL color Cylindrical-coordinate representation of color #618FF1: hue angle of 220.83º 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 #618FF1 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 143 241 -
CMYK 0.60 0.41 0 0.05
HSL 220.83º 0.84% 0.66% -
HSV(B) 220.83º 0.6% 0.95% -
XYZ 30.63 28.54 87.11 -
YUV 140.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 97 143 241 0.60 0.41 0 0.05 220.83 0.84 0.66
Hex 61 8F F1 3C 29 0 5 DD 54 42
Octal 141 217 361 74 51 0 5 335 124 102
Binary 1100001 10001111 11110001 111100 101001 0 101 11011101 1010100 1000010

Color Harmonies of #618FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FF1

Black with #618FF1

Text Example


Text Example

White with #618FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618FF1; }

 p { color: rgb(97,143,241); }

 H1.HeaderClassName
 {
   color: #618FF1;
 }
 .AnyTagClassName
 {
   color: #618FF1;
 }
</style>

background-color css

<style>
 a { background-color: #618FF1; }

 a { background-color: rgb(97,143,241); }

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

border-color css

<style>
 span { border-color: #618FF1; }

 span { border-color: rgb(97,143,241); }

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