Html Css Color HEX #6279FE Cornflower Blue

📋 copy color: '#6279FE'

red 98 ◦ green 121 ◦ blue 254

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

Shades of Cornflower Blue #6279FE

Tints of Cornflower Blue #6279FE

RGB

 RED value IS 98 (38.67% from 255) = 20.72%

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 20.72%
G = 25.58%
B = 53.7%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6279FE (or 0x6279FE) is known color: Cornflower Blue. HEX triplet: 62, 79 and FE. RGB value is (98,121,254). Sum of RGB (Red+Green+Blue) = 98+121+254=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6279FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6279FE is #9D8601. Grayscale: #808080. Windows color (decimal): -10323458 or 16677218. OLE color: 16677218.

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

Color convert

RGB 98 121 254 -
CMYK 0.61 0.52 0 0.00
HSL 231.15º 0.99% 0.69% -
HSV(B) 231.15º 0.61% 1% -
XYZ 29.76 23.43 96.72 -
YUV 129.29 198.38 105.69 -
System Red Green Blue C M Y K H S L
Decimal 98 121 254 0.61 0.52 0 0.00 231.15 0.99 0.69
Hex 62 79 FE 3D 34 0 0 E7 63 45
Octal 142 171 376 75 64 0 0 347 143 105
Binary 1100010 1111001 11111110 111101 110100 0 0 11100111 1100011 1000101

Color Harmonies of #6279FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6279FE

Black with #6279FE

Text Example


Text Example

White with #6279FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6279FE; }

 p { color: rgb(98,121,254); }

 H1.HeaderClassName
 {
   color: #6279FE;
 }
 .AnyTagClassName
 {
   color: #6279FE;
 }
</style>

background-color css

<style>
 a { background-color: #6279FE; }

 a { background-color: rgb(98,121,254); }

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

border-color css

<style>
 span { border-color: #6279FE; }

 span { border-color: rgb(98,121,254); }

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