Html Css Color HEX #6283FF Cornflower Blue

📋 copy color: '#6283FF'

red 98 ◦ green 131 ◦ blue 255

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

Shades of Cornflower Blue #6283FF

Tints of Cornflower Blue #6283FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 20.25%
G = 27.07%
B = 52.69%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6283FF (or 0x6283FF) is known color: Cornflower Blue. HEX triplet: 62, 83 and FF. RGB value is (98,131,255). Sum of RGB (Red+Green+Blue) = 98+131+255=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6283FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6283FF is #9D7C00. Grayscale: #868686. Windows color (decimal): -10320897 or 16745314. OLE color: 16745314.

HSL color Cylindrical-coordinate representation of color #6283FF: hue angle of 227.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6283FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 131 255 -
CMYK 0.62 0.49 0 0
HSL 227.39º 1% 0.69% -
HSV(B) 227.39º 0.62% 1% -
XYZ 31.2 26.05 97.99 -
YUV 135.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 98 131 255 0.62 0.49 0 0 227.39 1 0.69
Hex 62 83 FF 3E 31 0 0 E3 64 45
Octal 142 203 377 76 61 0 0 343 144 105
Binary 1100010 10000011 11111111 111110 110001 0 0 11100011 1100100 1000101

Color Harmonies of #6283FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6283FF

Black with #6283FF

Text Example


Text Example

White with #6283FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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