Html Css Color HEX #6381DC Cornflower Blue

📋 copy color: '#6381DC'

red 99 ◦ green 129 ◦ blue 220

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

Shades of Cornflower Blue #6381DC

Tints of Cornflower Blue #6381DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 22.1%
G = 28.79%
B = 49.11%

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

#6381DC (or 0x6381DC) is known color: Cornflower Blue. HEX triplet: 63, 81 and DC. RGB value is (99,129,220). Sum of RGB (Red+Green+Blue) = 99+129+220=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #6381DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6381DC is #9C7E23. Grayscale: #828282. Windows color (decimal): -10255908 or 14451043. OLE color: 14451043.

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

Color convert

RGB 99 129 220 -
CMYK 0.55 0.41 0 0.14
HSL 225.12º 0.63% 0.63% -
HSV(B) 225.12º 0.55% 0.86% -
XYZ 25.91 23.52 70.88 -
YUV 130.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 99 129 220 0.55 0.41 0 0.14 225.12 0.63 0.63
Hex 63 81 DC 37 29 0 E E1 3F 3F
Octal 143 201 334 67 51 0 16 341 77 77
Binary 1100011 10000001 11011100 110111 101001 0 1110 11100001 111111 111111

Color Harmonies of #6381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381DC

Black with #6381DC

Text Example


Text Example

White with #6381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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