Html Css Color HEX #6284E6 Cornflower Blue

📋 copy color: '#6284E6'

red 98 ◦ green 132 ◦ blue 230

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

Shades of Cornflower Blue #6284E6

Tints of Cornflower Blue #6284E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 21.3%
G = 28.7%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6284E6 (or 0x6284E6) is known color: Cornflower Blue. HEX triplet: 62, 84 and E6. RGB value is (98,132,230). Sum of RGB (Red+Green+Blue) = 98+132+230=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #6284E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6284E6 is #9D7B19. Grayscale: #848484. Windows color (decimal): -10320666 or 15107170. OLE color: 15107170.

HSL color Cylindrical-coordinate representation of color #6284E6: hue angle of 224.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6284E6 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 132 230 -
CMYK 0.57 0.43 0 0.10
HSL 224.55º 0.73% 0.64% -
HSV(B) 224.55º 0.57% 0.9% -
XYZ 27.57 24.81 78.2 -
YUV 133.01 182.74 103.03 -
System Red Green Blue C M Y K H S L
Decimal 98 132 230 0.57 0.43 0 0.10 224.55 0.73 0.64
Hex 62 84 E6 39 2B 0 A E1 49 40
Octal 142 204 346 71 53 0 12 341 111 100
Binary 1100010 10000100 11100110 111001 101011 0 1010 11100001 1001001 1000000

Color Harmonies of #6284E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6284E6

Black with #6284E6

Text Example


Text Example

White with #6284E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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