Html Css Color HEX #6382EF Cornflower Blue

📋 copy color: '#6382EF'

red 99 ◦ green 130 ◦ blue 239

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

Shades of Cornflower Blue #6382EF

Tints of Cornflower Blue #6382EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 21.15%
G = 27.78%
B = 51.07%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6382EF (or 0x6382EF) is known color: Cornflower Blue. HEX triplet: 63, 82 and EF. RGB value is (99,130,239). Sum of RGB (Red+Green+Blue) = 99+130+239=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #6382EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6382EF is #9C7D10. Grayscale: #848484. Windows color (decimal): -10255633 or 15696483. OLE color: 15696483.

HSL color Cylindrical-coordinate representation of color #6382EF: hue angle of 226.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6382EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 130 239 -
CMYK 0.59 0.46 0 0.06
HSL 226.71º 0.81% 0.66% -
HSV(B) 226.71º 0.59% 0.94% -
XYZ 28.71 24.85 84.94 -
YUV 133.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 99 130 239 0.59 0.46 0 0.06 226.71 0.81 0.66
Hex 63 82 EF 3B 2E 0 6 E3 51 42
Octal 143 202 357 73 56 0 6 343 121 102
Binary 1100011 10000010 11101111 111011 101110 0 110 11100011 1010001 1000010

Color Harmonies of #6382EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6382EF

Black with #6382EF

Text Example


Text Example

White with #6382EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6382EF; }

 p { color: rgb(99,130,239); }

 H1.HeaderClassName
 {
   color: #6382EF;
 }
 .AnyTagClassName
 {
   color: #6382EF;
 }
</style>

background-color css

<style>
 a { background-color: #6382EF; }

 a { background-color: rgb(99,130,239); }

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

border-color css

<style>
 span { border-color: #6382EF; }

 span { border-color: rgb(99,130,239); }

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