Html Css Color HEX #618CFF Cornflower Blue

📋 copy color: '#618CFF'

red 97 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #618CFF

Tints of Cornflower Blue #618CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.46%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 19.72%
G = 28.46%
B = 51.83%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#618CFF (or 0x618CFF) is known color: Cornflower Blue. HEX triplet: 61, 8C and FF. RGB value is (97,140,255). Sum of RGB (Red+Green+Blue) = 97+140+255=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #618CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CFF is #9E7300. Grayscale: #8B8B8B. Windows color (decimal): -10384129 or 16747617. OLE color: 16747617.

HSL color Cylindrical-coordinate representation of color #618CFF: hue angle of 223.67º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618CFF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 140 255 -
CMYK 0.62 0.45 0 0
HSL 223.67º 1% 0.69% -
HSV(B) 223.67º 0.62% 1% -
XYZ 32.36 28.52 98.41 -
YUV 140.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 97 140 255 0.62 0.45 0 0 223.67 1 0.69
Hex 61 8C FF 3E 2D 0 0 E0 64 45
Octal 141 214 377 76 55 0 0 340 144 105
Binary 1100001 10001100 11111111 111110 101101 0 0 11100000 1100100 1000101

Color Harmonies of #618CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CFF

Black with #618CFF

Text Example


Text Example

White with #618CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,255); }

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

background-color css

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

 a { background-color: rgb(97,140,255); }

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

border-color css

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

 span { border-color: rgb(97,140,255); }

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