Html Css Color HEX #6294DD Cornflower Blue

📋 copy color: '#6294DD'

red 98 ◦ green 148 ◦ blue 221

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

Shades of Cornflower Blue #6294DD

Tints of Cornflower Blue #6294DD

RGB

 RED value IS 98 (38.67% from 255) = 20.99%

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 20.99%
G = 31.69%
B = 47.32%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6294DD (or 0x6294DD) is known color: Cornflower Blue. HEX triplet: 62, 94 and DD. RGB value is (98,148,221). Sum of RGB (Red+Green+Blue) = 98+148+221=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #6294DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294DD is #9D6B22. Grayscale: #8D8D8D. Windows color (decimal): -10316579 or 14521442. OLE color: 14521442.

HSL color Cylindrical-coordinate representation of color #6294DD: hue angle of 215.61º degrees, saturation: 0.64, 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 #6294DD is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 148 221 -
CMYK 0.56 0.33 0 0.13
HSL 215.61º 0.64% 0.63% -
HSV(B) 215.61º 0.56% 0.87% -
XYZ 28.68 29 72.49 -
YUV 141.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 98 148 221 0.56 0.33 0 0.13 215.61 0.64 0.63
Hex 62 94 DD 38 21 0 D D8 40 3F
Octal 142 224 335 70 41 0 15 330 100 77
Binary 1100010 10010100 11011101 111000 100001 0 1101 11011000 1000000 111111

Color Harmonies of #6294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294DD

Black with #6294DD

Text Example


Text Example

White with #6294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6294DD; }

 p { color: rgb(98,148,221); }

 H1.HeaderClassName
 {
   color: #6294DD;
 }
 .AnyTagClassName
 {
   color: #6294DD;
 }
</style>

background-color css

<style>
 a { background-color: #6294DD; }

 a { background-color: rgb(98,148,221); }

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

border-color css

<style>
 span { border-color: #6294DD; }

 span { border-color: rgb(98,148,221); }

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