Html Css Color HEX #6283FA Cornflower Blue

📋 copy color: '#6283FA'

red 98 ◦ green 131 ◦ blue 250

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

Shades of Cornflower Blue #6283FA

Tints of Cornflower Blue #6283FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 20.46%
G = 27.35%
B = 52.19%

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

#6283FA (or 0x6283FA) is known color: Cornflower Blue. HEX triplet: 62, 83 and FA. RGB value is (98,131,250). Sum of RGB (Red+Green+Blue) = 98+131+250=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #6283FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6283FA is #9D7C05. Grayscale: #868686. Windows color (decimal): -10320902 or 16417634. OLE color: 16417634.

HSL color Cylindrical-coordinate representation of color #6283FA: hue angle of 226.97º 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 #6283FA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 131 250 -
CMYK 0.61 0.48 0 0.02
HSL 226.97º 0.94% 0.68% -
HSV(B) 226.97º 0.61% 0.98% -
XYZ 30.41 25.73 93.81 -
YUV 134.7 193.07 101.82 -
System Red Green Blue C M Y K H S L
Decimal 98 131 250 0.61 0.48 0 0.02 226.97 0.94 0.68
Hex 62 83 FA 3D 30 0 2 E3 5E 44
Octal 142 203 372 75 60 0 2 343 136 104
Binary 1100010 10000011 11111010 111101 110000 0 10 11100011 1011110 1000100

Color Harmonies of #6283FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6283FA

Black with #6283FA

Text Example


Text Example

White with #6283FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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