Html Css Color HEX #6F91FA Cornflower Blue

📋 copy color: '#6F91FA'

red 111 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #6F91FA

Tints of Cornflower Blue #6F91FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

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

R = 21.94%
G = 28.66%
B = 49.41%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F91FA (or 0x6F91FA) is known color: Cornflower Blue. HEX triplet: 6F, 91 and FA. RGB value is (111,145,250). Sum of RGB (Red+Green+Blue) = 111+145+250=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F91FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F91FA is #906E05. Grayscale: #929292. Windows color (decimal): -9465350 or 16421231. OLE color: 16421231.

HSL color Cylindrical-coordinate representation of color #6F91FA: hue angle of 225.32º 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 #6F91FA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 145 250 -
CMYK 0.56 0.42 0 0.02
HSL 225.32º 0.93% 0.71% -
HSV(B) 225.32º 0.56% 0.98% -
XYZ 33.94 30.53 94.55 -
YUV 146.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 111 145 250 0.56 0.42 0 0.02 225.32 0.93 0.71
Hex 6F 91 FA 38 2A 0 2 E1 5D 47
Octal 157 221 372 70 52 0 2 341 135 107
Binary 1101111 10010001 11111010 111000 101010 0 10 11100001 1011101 1000111

Color Harmonies of #6F91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F91FA

Black with #6F91FA

Text Example


Text Example

White with #6F91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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