Html Css Color HEX #6378FC Cornflower Blue

📋 copy color: '#6378FC'

red 99 ◦ green 120 ◦ blue 252

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

Shades of Cornflower Blue #6378FC

Tints of Cornflower Blue #6378FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 21.02%
G = 25.48%
B = 53.5%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6378FC (or 0x6378FC) is known color: Cornflower Blue. HEX triplet: 63, 78 and FC. RGB value is (99,120,252). Sum of RGB (Red+Green+Blue) = 99+120+252=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #6378FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6378FC is #9C8703. Grayscale: #808080. Windows color (decimal): -10258180 or 16545891. OLE color: 16545891.

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

Color convert

RGB 99 120 252 -
CMYK 0.61 0.52 0 0.01
HSL 231.76º 0.96% 0.69% -
HSV(B) 231.76º 0.61% 0.99% -
XYZ 29.43 23.11 95.01 -
YUV 128.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 99 120 252 0.61 0.52 0 0.01 231.76 0.96 0.69
Hex 63 78 FC 3D 34 0 1 E8 60 45
Octal 143 170 374 75 64 0 1 350 140 105
Binary 1100011 1111000 11111100 111101 110100 0 1 11101000 1100000 1000101

Color Harmonies of #6378FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378FC

Black with #6378FC

Text Example


Text Example

White with #6378FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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