Html Css Color HEX #6277FA Cornflower Blue

📋 copy color: '#6277FA'

red 98 ◦ green 119 ◦ blue 250

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

Shades of Cornflower Blue #6277FA

Tints of Cornflower Blue #6277FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

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

R = 20.99%
G = 25.48%
B = 53.53%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6277FA (or 0x6277FA) is known color: Cornflower Blue. HEX triplet: 62, 77 and FA. RGB value is (98,119,250). Sum of RGB (Red+Green+Blue) = 98+119+250=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6277FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6277FA is #9D8805. Grayscale: #7F7F7F. Windows color (decimal): -10323974 or 16414562. OLE color: 16414562.

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

Color convert

RGB 98 119 250 -
CMYK 0.61 0.52 0 0.02
HSL 231.71º 0.94% 0.68% -
HSV(B) 231.71º 0.61% 0.98% -
XYZ 28.89 22.69 93.3 -
YUV 127.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 98 119 250 0.61 0.52 0 0.02 231.71 0.94 0.68
Hex 62 77 FA 3D 34 0 2 E8 5E 44
Octal 142 167 372 75 64 0 2 350 136 104
Binary 1100010 1110111 11111010 111101 110100 0 10 11101000 1011110 1000100

Color Harmonies of #6277FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6277FA

Black with #6277FA

Text Example


Text Example

White with #6277FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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