Html Css Color HEX #6381DB Cornflower Blue

📋 copy color: '#6381DB'

red 99 ◦ green 129 ◦ blue 219

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

Shades of Cornflower Blue #6381DB

Tints of Cornflower Blue #6381DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 22.15%
G = 28.86%
B = 48.99%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6381DB (or 0x6381DB) is known color: Cornflower Blue. HEX triplet: 63, 81 and DB. RGB value is (99,129,219). Sum of RGB (Red+Green+Blue) = 99+129+219=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #6381DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381DB is #9C7E24. Grayscale: #818181. Windows color (decimal): -10255909 or 14385507. OLE color: 14385507.

HSL color Cylindrical-coordinate representation of color #6381DB: hue angle of 225º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6381DB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 129 219 -
CMYK 0.55 0.41 0 0.14
HSL 225º 0.63% 0.62% -
HSV(B) 225º 0.55% 0.86% -
XYZ 25.78 23.47 70.19 -
YUV 130.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 99 129 219 0.55 0.41 0 0.14 225 0.63 0.62
Hex 63 81 DB 37 29 0 E E1 3E 3E
Octal 143 201 333 67 51 0 16 341 76 76
Binary 1100011 10000001 11011011 110111 101001 0 1110 11100001 111110 111110

Color Harmonies of #6381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381DB

Black with #6381DB

Text Example


Text Example

White with #6381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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