Html Css Color HEX #6384DF Cornflower Blue

📋 copy color: '#6384DF'

red 99 ◦ green 132 ◦ blue 223

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

Shades of Cornflower Blue #6384DF

Tints of Cornflower Blue #6384DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 21.81%
G = 29.07%
B = 49.12%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6384DF (or 0x6384DF) is known color: Cornflower Blue. HEX triplet: 63, 84 and DF. RGB value is (99,132,223). Sum of RGB (Red+Green+Blue) = 99+132+223=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #6384DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384DF is #9C7B20. Grayscale: #848484. Windows color (decimal): -10255137 or 14648419. OLE color: 14648419.

HSL color Cylindrical-coordinate representation of color #6384DF: hue angle of 224.03º degrees, saturation: 0.66, 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 #6384DF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 132 223 -
CMYK 0.56 0.41 0 0.13
HSL 224.03º 0.66% 0.63% -
HSV(B) 224.03º 0.56% 0.87% -
XYZ 26.72 24.48 73.13 -
YUV 132.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 99 132 223 0.56 0.41 0 0.13 224.03 0.66 0.63
Hex 63 84 DF 38 29 0 D E0 42 3F
Octal 143 204 337 70 51 0 15 340 102 77
Binary 1100011 10000100 11011111 111000 101001 0 1101 11100000 1000010 111111

Color Harmonies of #6384DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384DF

Black with #6384DF

Text Example


Text Example

White with #6384DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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