Html Css Color HEX #6284DB Cornflower Blue

📋 copy color: '#6284DB'

red 98 ◦ green 132 ◦ blue 219

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

Shades of Cornflower Blue #6284DB

Tints of Cornflower Blue #6284DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 21.83%
G = 29.4%
B = 48.78%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6284DB (or 0x6284DB) is known color: Cornflower Blue. HEX triplet: 62, 84 and DB. RGB value is (98,132,219). Sum of RGB (Red+Green+Blue) = 98+132+219=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #6284DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284DB is #9D7B24. Grayscale: #838383. Windows color (decimal): -10320677 or 14386274. OLE color: 14386274.

HSL color Cylindrical-coordinate representation of color #6284DB: hue angle of 223.14º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6284DB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 132 219 -
CMYK 0.55 0.40 0 0.14
HSL 223.14º 0.63% 0.62% -
HSV(B) 223.14º 0.55% 0.86% -
XYZ 26.07 24.21 70.32 -
YUV 131.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 98 132 219 0.55 0.40 0 0.14 223.14 0.63 0.62
Hex 62 84 DB 37 28 0 E DF 3F 3E
Octal 142 204 333 67 50 0 16 337 77 76
Binary 1100010 10000100 11011011 110111 101000 0 1110 11011111 111111 111110

Color Harmonies of #6284DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6284DB

Black with #6284DB

Text Example


Text Example

White with #6284DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6284DB; }

 p { color: rgb(98,132,219); }

 H1.HeaderClassName
 {
   color: #6284DB;
 }
 .AnyTagClassName
 {
   color: #6284DB;
 }
</style>

background-color css

<style>
 a { background-color: #6284DB; }

 a { background-color: rgb(98,132,219); }

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

border-color css

<style>
 span { border-color: #6284DB; }

 span { border-color: rgb(98,132,219); }

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