Html Css Color HEX #6381F0 Cornflower Blue

📋 copy color: '#6381F0'

red 99 ◦ green 129 ◦ blue 240

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

Shades of Cornflower Blue #6381F0

Tints of Cornflower Blue #6381F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 21.15%
G = 27.56%
B = 51.28%

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

#6381F0 (or 0x6381F0) is known color: Cornflower Blue. HEX triplet: 63, 81 and F0. RGB value is (99,129,240). Sum of RGB (Red+Green+Blue) = 99+129+240=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #6381F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6381F0 is #9C7E0F. Grayscale: #848484. Windows color (decimal): -10255888 or 15761763. OLE color: 15761763.

HSL color Cylindrical-coordinate representation of color #6381F0: hue angle of 227.23º degrees, saturation: 0.82, 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 #6381F0 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 129 240 -
CMYK 0.59 0.46 0 0.06
HSL 227.23º 0.82% 0.66% -
HSV(B) 227.23º 0.59% 0.94% -
XYZ 28.72 24.64 85.68 -
YUV 132.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 99 129 240 0.59 0.46 0 0.06 227.23 0.82 0.66
Hex 63 81 F0 3B 2E 0 6 E3 52 42
Octal 143 201 360 73 56 0 6 343 122 102
Binary 1100011 10000001 11110000 111011 101110 0 110 11100011 1010010 1000010

Color Harmonies of #6381F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6381F0

Black with #6381F0

Text Example


Text Example

White with #6381F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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