Html Css Color HEX #6378FE Cornflower Blue

📋 copy color: '#6378FE'

red 99 ◦ green 120 ◦ blue 254

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

Shades of Cornflower Blue #6378FE

Tints of Cornflower Blue #6378FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 20.93%
G = 25.37%
B = 53.7%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6378FE (or 0x6378FE) is known color: Cornflower Blue. HEX triplet: 63, 78 and FE. RGB value is (99,120,254). Sum of RGB (Red+Green+Blue) = 99+120+254=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6378FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6378FE is #9C8701. Grayscale: #808080. Windows color (decimal): -10258178 or 16676963. OLE color: 16676963.

HSL color Cylindrical-coordinate representation of color #6378FE: hue angle of 231.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6378FE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 120 254 -
CMYK 0.61 0.53 0 0.00
HSL 231.87º 0.99% 0.69% -
HSV(B) 231.87º 0.61% 1% -
XYZ 29.75 23.24 96.68 -
YUV 129 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 99 120 254 0.61 0.53 0 0.00 231.87 0.99 0.69
Hex 63 78 FE 3D 35 0 0 E8 63 45
Octal 143 170 376 75 65 0 0 350 143 105
Binary 1100011 1111000 11111110 111101 110101 0 0 11101000 1100011 1000101

Color Harmonies of #6378FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378FE

Black with #6378FE

Text Example


Text Example

White with #6378FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6378FE; }

 p { color: rgb(99,120,254); }

 H1.HeaderClassName
 {
   color: #6378FE;
 }
 .AnyTagClassName
 {
   color: #6378FE;
 }
</style>

background-color css

<style>
 a { background-color: #6378FE; }

 a { background-color: rgb(99,120,254); }

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

border-color css

<style>
 span { border-color: #6378FE; }

 span { border-color: rgb(99,120,254); }

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