Html Css Color HEX #6378DB Cornflower Blue

📋 copy color: '#6378DB'

red 99 ◦ green 120 ◦ blue 219

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

Shades of Cornflower Blue #6378DB

Tints of Cornflower Blue #6378DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 22.6%
G = 27.4%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6378DB (or 0x6378DB) is known color: Cornflower Blue. HEX triplet: 63, 78 and DB. RGB value is (99,120,219). Sum of RGB (Red+Green+Blue) = 99+120+219=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #6378DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378DB is #9C8724. Grayscale: #7C7C7C. Windows color (decimal): -10258213 or 14383203. OLE color: 14383203.

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

Color convert

RGB 99 120 219 -
CMYK 0.55 0.45 0 0.14
HSL 229.5º 0.63% 0.62% -
HSV(B) 229.5º 0.55% 0.86% -
XYZ 24.65 21.2 69.81 -
YUV 125.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 99 120 219 0.55 0.45 0 0.14 229.5 0.63 0.62
Hex 63 78 DB 37 2D 0 E E6 3E 3E
Octal 143 170 333 67 55 0 16 346 76 76
Binary 1100011 1111000 11011011 110111 101101 0 1110 11100110 111110 111110

Color Harmonies of #6378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378DB

Black with #6378DB

Text Example


Text Example

White with #6378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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