Html Css Color HEX #6381DF Cornflower Blue

📋 copy color: '#6381DF'

red 99 ◦ green 129 ◦ blue 223

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

Shades of Cornflower Blue #6381DF

Tints of Cornflower Blue #6381DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 21.95%
G = 28.6%
B = 49.45%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6381DF (or 0x6381DF) is known color: Cornflower Blue. HEX triplet: 63, 81 and DF. RGB value is (99,129,223). Sum of RGB (Red+Green+Blue) = 99+129+223=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #6381DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381DF is #9C7E20. Grayscale: #828282. Windows color (decimal): -10255905 or 14647651. OLE color: 14647651.

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

Color convert

RGB 99 129 223 -
CMYK 0.56 0.42 0 0.13
HSL 225.48º 0.66% 0.63% -
HSV(B) 225.48º 0.56% 0.87% -
XYZ 26.32 23.68 73 -
YUV 130.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 99 129 223 0.56 0.42 0 0.13 225.48 0.66 0.63
Hex 63 81 DF 38 2A 0 D E1 42 3F
Octal 143 201 337 70 52 0 15 341 102 77
Binary 1100011 10000001 11011111 111000 101010 0 1101 11100001 1000010 111111

Color Harmonies of #6381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381DF

Black with #6381DF

Text Example


Text Example

White with #6381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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