Html Css Color HEX #618CDA Cornflower Blue

📋 copy color: '#618CDA'

red 97 ◦ green 140 ◦ blue 218

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

Shades of Cornflower Blue #618CDA

Tints of Cornflower Blue #618CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 21.32%
G = 30.77%
B = 47.91%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#618CDA (or 0x618CDA) is known color: Cornflower Blue. HEX triplet: 61, 8C and DA. RGB value is (97,140,218). Sum of RGB (Red+Green+Blue) = 97+140+218=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #618CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDA is #9E7325. Grayscale: #878787. Windows color (decimal): -10384166 or 14322785. OLE color: 14322785.

HSL color Cylindrical-coordinate representation of color #618CDA: hue angle of 218.68º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618CDA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 140 218 -
CMYK 0.56 0.36 0 0.15
HSL 218.68º 0.62% 0.62% -
HSV(B) 218.68º 0.56% 0.85% -
XYZ 26.96 26.36 70 -
YUV 136.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 97 140 218 0.56 0.36 0 0.15 218.68 0.62 0.62
Hex 61 8C DA 38 24 0 F DB 3E 3E
Octal 141 214 332 70 44 0 17 333 76 76
Binary 1100001 10001100 11011010 111000 100100 0 1111 11011011 111110 111110

Color Harmonies of #618CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CDA

Black with #618CDA

Text Example


Text Example

White with #618CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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