Html Css Color HEX #6384EA Cornflower Blue

📋 copy color: '#6384EA'

red 99 ◦ green 132 ◦ blue 234

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

Shades of Cornflower Blue #6384EA

Tints of Cornflower Blue #6384EA

RGB

 RED value IS 99 (39.06% from 255) = 21.29%

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 21.29%
G = 28.39%
B = 50.32%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6384EA (or 0x6384EA) is known color: Cornflower Blue. HEX triplet: 63, 84 and EA. RGB value is (99,132,234). Sum of RGB (Red+Green+Blue) = 99+132+234=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #6384EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6384EA is #9C7B15. Grayscale: #858585. Windows color (decimal): -10255126 or 15369315. OLE color: 15369315.

HSL color Cylindrical-coordinate representation of color #6384EA: hue angle of 225.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6384EA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 132 234 -
CMYK 0.58 0.44 0 0.08
HSL 225.33º 0.76% 0.65% -
HSV(B) 225.33º 0.58% 0.92% -
XYZ 28.25 25.1 81.2 -
YUV 133.76 184.57 103.21 -
System Red Green Blue C M Y K H S L
Decimal 99 132 234 0.58 0.44 0 0.08 225.33 0.76 0.65
Hex 63 84 EA 3A 2C 0 8 E1 4C 41
Octal 143 204 352 72 54 0 10 341 114 101
Binary 1100011 10000100 11101010 111010 101100 0 1000 11100001 1001100 1000001

Color Harmonies of #6384EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384EA

Black with #6384EA

Text Example


Text Example

White with #6384EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6384EA; }

 p { color: rgb(99,132,234); }

 H1.HeaderClassName
 {
   color: #6384EA;
 }
 .AnyTagClassName
 {
   color: #6384EA;
 }
</style>

background-color css

<style>
 a { background-color: #6384EA; }

 a { background-color: rgb(99,132,234); }

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

border-color css

<style>
 span { border-color: #6384EA; }

 span { border-color: rgb(99,132,234); }

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