Html Css Color HEX #6379FF Cornflower Blue

📋 copy color: '#6379FF'

red 99 ◦ green 121 ◦ blue 255

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

Shades of Cornflower Blue #6379FF

Tints of Cornflower Blue #6379FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.47%

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

R = 20.84%
G = 25.47%
B = 53.68%

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

#6379FF (or 0x6379FF) is known color: Cornflower Blue. HEX triplet: 63, 79 and FF. RGB value is (99,121,255). Sum of RGB (Red+Green+Blue) = 99+121+255=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #6379FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6379FF is #9C8600. Grayscale: #818181. Windows color (decimal): -10257921 or 16742755. OLE color: 16742755.

HSL color Cylindrical-coordinate representation of color #6379FF: hue angle of 231.54º 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 #6379FF is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 121 255 -
CMYK 0.61 0.53 0 0
HSL 231.54º 1% 0.69% -
HSV(B) 231.54º 0.61% 1% -
XYZ 30.03 23.55 97.57 -
YUV 129.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 99 121 255 0.61 0.53 0 0 231.54 1 0.69
Hex 63 79 FF 3D 35 0 0 E8 64 45
Octal 143 171 377 75 65 0 0 350 144 105
Binary 1100011 1111001 11111111 111101 110101 0 0 11101000 1100100 1000101

Color Harmonies of #6379FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379FF

Black with #6379FF

Text Example


Text Example

White with #6379FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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