Html Css Color HEX #6B9FFA Cornflower Blue

📋 copy color: '#6B9FFA'

red 107 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #6B9FFA

Tints of Cornflower Blue #6B9FFA

RGB

 RED value IS 107 (42.19% from 255) = 20.74%

 GREEN value IS 159 (62.5% from 255) = 30.81%

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

R = 20.74%
G = 30.81%
B = 48.45%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B9FFA (or 0x6B9FFA) is known color: Cornflower Blue. HEX triplet: 6B, 9F and FA. RGB value is (107,159,250). Sum of RGB (Red+Green+Blue) = 107+159+250=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FFA is #946005. Grayscale: #999999. Windows color (decimal): -9723910 or 16424811. OLE color: 16424811.

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

Color convert

RGB 107 159 250 -
CMYK 0.57 0.36 0 0.02
HSL 218.18º 0.93% 0.7% -
HSV(B) 218.18º 0.57% 0.98% -
XYZ 35.72 34.82 95.28 -
YUV 153.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 107 159 250 0.57 0.36 0 0.02 218.18 0.93 0.7
Hex 6B 9F FA 39 24 0 2 DA 5D 46
Octal 153 237 372 71 44 0 2 332 135 106
Binary 1101011 10011111 11111010 111001 100100 0 10 11011010 1011101 1000110

Color Harmonies of #6B9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9FFA

Black with #6B9FFA

Text Example


Text Example

White with #6B9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,159,250); }

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

background-color css

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

 a { background-color: rgb(107,159,250); }

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

border-color css

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

 span { border-color: rgb(107,159,250); }

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