Html Css Color HEX #6FA5FA Cornflower Blue

📋 copy color: '#6FA5FA'

red 111 ◦ green 165 ◦ blue 250

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

Shades of Cornflower Blue #6FA5FA

Tints of Cornflower Blue #6FA5FA

RGB

 RED value IS 111 (43.75% from 255) = 21.1%

 GREEN value IS 165 (64.84% from 255) = 31.37%

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

R = 21.1%
G = 31.37%
B = 47.53%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FA5FA (or 0x6FA5FA) is known color: Cornflower Blue. HEX triplet: 6F, A5 and FA. RGB value is (111,165,250). Sum of RGB (Red+Green+Blue) = 111+165+250=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FA5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA5FA is #905A05. Grayscale: #9E9E9E. Windows color (decimal): -9460230 or 16426351. OLE color: 16426351.

HSL color Cylindrical-coordinate representation of color #6FA5FA: hue angle of 216.69º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA5FA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 165 250 -
CMYK 0.56 0.34 0 0.02
HSL 216.69º 0.93% 0.71% -
HSV(B) 216.69º 0.56% 0.98% -
XYZ 37.27 37.19 95.66 -
YUV 158.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 111 165 250 0.56 0.34 0 0.02 216.69 0.93 0.71
Hex 6F A5 FA 38 22 0 2 D9 5D 47
Octal 157 245 372 70 42 0 2 331 135 107
Binary 1101111 10100101 11111010 111000 100010 0 10 11011001 1011101 1000111

Color Harmonies of #6FA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA5FA

Black with #6FA5FA

Text Example


Text Example

White with #6FA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,165,250); }

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

background-color css

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

 a { background-color: rgb(111,165,250); }

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

border-color css

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

 span { border-color: rgb(111,165,250); }

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