Html Css Color HEX #6F98FA Cornflower Blue

📋 copy color: '#6F98FA'

red 111 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #6F98FA

Tints of Cornflower Blue #6F98FA

RGB

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

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

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

R = 21.64%
G = 29.63%
B = 48.73%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F98FA (or 0x6F98FA) is known color: Cornflower Blue. HEX triplet: 6F, 98 and FA. RGB value is (111,152,250). Sum of RGB (Red+Green+Blue) = 111+152+250=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F98FA is #906705. Grayscale: #969696. Windows color (decimal): -9463558 or 16423023. OLE color: 16423023.

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

Color convert

RGB 111 152 250 -
CMYK 0.56 0.39 0 0.02
HSL 222.3º 0.93% 0.71% -
HSV(B) 222.3º 0.56% 0.98% -
XYZ 35.04 32.74 94.91 -
YUV 150.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 111 152 250 0.56 0.39 0 0.02 222.3 0.93 0.71
Hex 6F 98 FA 38 27 0 2 DE 5D 47
Octal 157 230 372 70 47 0 2 336 135 107
Binary 1101111 10011000 11111010 111000 100111 0 10 11011110 1011101 1000111

Color Harmonies of #6F98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98FA

Black with #6F98FA

Text Example


Text Example

White with #6F98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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