Html Css Color HEX #6378FF Cornflower Blue

📋 copy color: '#6378FF'

red 99 ◦ green 120 ◦ blue 255

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

Shades of Cornflower Blue #6378FF

Tints of Cornflower Blue #6378FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 20.89%
G = 25.32%
B = 53.8%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6378FF (or 0x6378FF) is known color: Cornflower Blue. HEX triplet: 63, 78 and FF. RGB value is (99,120,255). Sum of RGB (Red+Green+Blue) = 99+120+255=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #6378FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6378FF is #9C8700. Grayscale: #808080. Windows color (decimal): -10258177 or 16742499. OLE color: 16742499.

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

Color convert

RGB 99 120 255 -
CMYK 0.61 0.53 0 0
HSL 231.92º 1% 0.69% -
HSV(B) 231.92º 0.61% 1% -
XYZ 29.91 23.31 97.53 -
YUV 129.11 199.04 106.52 -
System Red Green Blue C M Y K H S L
Decimal 99 120 255 0.61 0.53 0 0 231.92 1 0.69
Hex 63 78 FF 3D 35 0 0 E8 64 45
Octal 143 170 377 75 65 0 0 350 144 105
Binary 1100011 1111000 11111111 111101 110101 0 0 11101000 1100100 1000101

Color Harmonies of #6378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378FF

Black with #6378FF

Text Example


Text Example

White with #6378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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