Html Css Color HEX #6F98FE Cornflower Blue

📋 copy color: '#6F98FE'

red 111 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #6F98FE

Tints of Cornflower Blue #6F98FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 21.47%
G = 29.4%
B = 49.13%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F98FE (or 0x6F98FE) is known color: Cornflower Blue. HEX triplet: 6F, 98 and FE. RGB value is (111,152,254). Sum of RGB (Red+Green+Blue) = 111+152+254=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F98FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F98FE is #906701. Grayscale: #969696. Windows color (decimal): -9463554 or 16685167. OLE color: 16685167.

HSL color Cylindrical-coordinate representation of color #6F98FE: hue angle of 222.8º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F98FE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 152 254 -
CMYK 0.56 0.40 0 0.00
HSL 222.8º 0.99% 0.72% -
HSV(B) 222.8º 0.56% 1% -
XYZ 35.67 32.99 98.25 -
YUV 151.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 111 152 254 0.56 0.40 0 0.00 222.8 0.99 0.72
Hex 6F 98 FE 38 28 0 0 DF 63 48
Octal 157 230 376 70 50 0 0 337 143 110
Binary 1101111 10011000 11111110 111000 101000 0 0 11011111 1100011 1001000

Color Harmonies of #6F98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98FE

Black with #6F98FE

Text Example


Text Example

White with #6F98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,254); }

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

background-color css

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

 a { background-color: rgb(111,152,254); }

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

border-color css

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

 span { border-color: rgb(111,152,254); }

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