Html Css Color HEX #6281FA Cornflower Blue

📋 copy color: '#6281FA'

red 98 ◦ green 129 ◦ blue 250

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

Shades of Cornflower Blue #6281FA

Tints of Cornflower Blue #6281FA

RGB

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

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

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

R = 20.55%
G = 27.04%
B = 52.41%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6281FA (or 0x6281FA) is known color: Cornflower Blue. HEX triplet: 62, 81 and FA. RGB value is (98,129,250). Sum of RGB (Red+Green+Blue) = 98+129+250=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #6281FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FA is #9D7E05. Grayscale: #858585. Windows color (decimal): -10321414 or 16417122. OLE color: 16417122.

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

Color convert

RGB 98 129 250 -
CMYK 0.61 0.48 0 0.02
HSL 227.76º 0.94% 0.68% -
HSV(B) 227.76º 0.61% 0.98% -
XYZ 30.14 25.2 93.72 -
YUV 133.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 98 129 250 0.61 0.48 0 0.02 227.76 0.94 0.68
Hex 62 81 FA 3D 30 0 2 E4 5E 44
Octal 142 201 372 75 60 0 2 344 136 104
Binary 1100010 10000001 11111010 111101 110000 0 10 11100100 1011110 1000100

Color Harmonies of #6281FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6281FA

Black with #6281FA

Text Example


Text Example

White with #6281FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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