Html Css Color HEX #6A9EFA Cornflower Blue

📋 copy color: '#6A9EFA'

red 106 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #6A9EFA

Tints of Cornflower Blue #6A9EFA

RGB

 RED value IS 106 (41.8% from 255) = 20.62%

 GREEN value IS 158 (62.11% from 255) = 30.74%

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

R = 20.62%
G = 30.74%
B = 48.64%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A9EFA (or 0x6A9EFA) is known color: Cornflower Blue. HEX triplet: 6A, 9E and FA. RGB value is (106,158,250). Sum of RGB (Red+Green+Blue) = 106+158+250=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A9EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9EFA is #956105. Grayscale: #989898. Windows color (decimal): -9789702 or 16424554. OLE color: 16424554.

HSL color Cylindrical-coordinate representation of color #6A9EFA: hue angle of 218.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A9EFA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 158 250 -
CMYK 0.58 0.37 0 0.02
HSL 218.33º 0.94% 0.7% -
HSV(B) 218.33º 0.58% 0.98% -
XYZ 35.43 34.42 95.22 -
YUV 152.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 106 158 250 0.58 0.37 0 0.02 218.33 0.94 0.7
Hex 6A 9E FA 3A 25 0 2 DA 5E 46
Octal 152 236 372 72 45 0 2 332 136 106
Binary 1101010 10011110 11111010 111010 100101 0 10 11011010 1011110 1000110

Color Harmonies of #6A9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9EFA

Black with #6A9EFA

Text Example


Text Example

White with #6A9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9EFA; }

 p { color: rgb(106,158,250); }

 H1.HeaderClassName
 {
   color: #6A9EFA;
 }
 .AnyTagClassName
 {
   color: #6A9EFA;
 }
</style>

background-color css

<style>
 a { background-color: #6A9EFA; }

 a { background-color: rgb(106,158,250); }

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

border-color css

<style>
 span { border-color: #6A9EFA; }

 span { border-color: rgb(106,158,250); }

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