Html Css Color HEX #6281FE Cornflower Blue

📋 copy color: '#6281FE'

red 98 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #6281FE

Tints of Cornflower Blue #6281FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

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

R = 20.37%
G = 26.82%
B = 52.81%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6281FE (or 0x6281FE) is known color: Cornflower Blue. HEX triplet: 62, 81 and FE. RGB value is (98,129,254). Sum of RGB (Red+Green+Blue) = 98+129+254=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #6281FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FE is #9D7E01. Grayscale: #858585. Windows color (decimal): -10321410 or 16679266. OLE color: 16679266.

HSL color Cylindrical-coordinate representation of color #6281FE: hue angle of 228.08º 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 #6281FE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 129 254 -
CMYK 0.61 0.49 0 0.00
HSL 228.08º 0.99% 0.69% -
HSV(B) 228.08º 0.61% 1% -
XYZ 30.78 25.45 97.06 -
YUV 133.98 195.73 102.34 -
System Red Green Blue C M Y K H S L
Decimal 98 129 254 0.61 0.49 0 0.00 228.08 0.99 0.69
Hex 62 81 FE 3D 31 0 0 E4 63 45
Octal 142 201 376 75 61 0 0 344 143 105
Binary 1100010 10000001 11111110 111101 110001 0 0 11100100 1100011 1000101

Color Harmonies of #6281FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6281FE

Black with #6281FE

Text Example


Text Example

White with #6281FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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