Html Css Color HEX #618CDE Cornflower Blue

📋 copy color: '#618CDE'

red 97 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #618CDE

Tints of Cornflower Blue #618CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 21.13%
G = 30.5%
B = 48.37%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#618CDE (or 0x618CDE) is known color: Cornflower Blue. HEX triplet: 61, 8C and DE. RGB value is (97,140,222). Sum of RGB (Red+Green+Blue) = 97+140+222=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #618CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDE is #9E7321. Grayscale: #888888. Windows color (decimal): -10384162 or 14584929. OLE color: 14584929.

HSL color Cylindrical-coordinate representation of color #618CDE: hue angle of 219.36º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618CDE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 140 222 -
CMYK 0.56 0.37 0 0.13
HSL 219.36º 0.65% 0.63% -
HSV(B) 219.36º 0.56% 0.87% -
XYZ 27.49 26.57 72.79 -
YUV 136.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 97 140 222 0.56 0.37 0 0.13 219.36 0.65 0.63
Hex 61 8C DE 38 25 0 D DB 41 3F
Octal 141 214 336 70 45 0 15 333 101 77
Binary 1100001 10001100 11011110 111000 100101 0 1101 11011011 1000001 111111

Color Harmonies of #618CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CDE

Black with #618CDE

Text Example


Text Example

White with #618CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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