Html Css Color HEX #6079FA Cornflower Blue

📋 copy color: '#6079FA'

red 96 ◦ green 121 ◦ blue 250

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

Shades of Cornflower Blue #6079FA

Tints of Cornflower Blue #6079FA

RGB

 RED value IS 96 (37.89% from 255) = 20.56%

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 20.56%
G = 25.91%
B = 53.53%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6079FA (or 0x6079FA) is known color: Cornflower Blue. HEX triplet: 60, 79 and FA. RGB value is (96,121,250). Sum of RGB (Red+Green+Blue) = 96+121+250=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6079FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6079FA is #9F8605. Grayscale: #7F7F7F. Windows color (decimal): -10454534 or 16415072. OLE color: 16415072.

HSL color Cylindrical-coordinate representation of color #6079FA: hue angle of 230.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6079FA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 121 250 -
CMYK 0.62 0.52 0 0.02
HSL 230.26º 0.94% 0.68% -
HSV(B) 230.26º 0.62% 0.98% -
XYZ 28.92 23.06 93.37 -
YUV 128.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 96 121 250 0.62 0.52 0 0.02 230.26 0.94 0.68
Hex 60 79 FA 3E 34 0 2 E6 5E 44
Octal 140 171 372 76 64 0 2 346 136 104
Binary 1100000 1111001 11111010 111110 110100 0 10 11100110 1011110 1000100

Color Harmonies of #6079FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6079FA

Black with #6079FA

Text Example


Text Example

White with #6079FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6079FA; }

 p { color: rgb(96,121,250); }

 H1.HeaderClassName
 {
   color: #6079FA;
 }
 .AnyTagClassName
 {
   color: #6079FA;
 }
</style>

background-color css

<style>
 a { background-color: #6079FA; }

 a { background-color: rgb(96,121,250); }

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

border-color css

<style>
 span { border-color: #6079FA; }

 span { border-color: rgb(96,121,250); }

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