Html Css Color HEX #6BA1FA Cornflower Blue

📋 copy color: '#6BA1FA'

red 107 ◦ green 161 ◦ blue 250

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

Shades of Cornflower Blue #6BA1FA

Tints of Cornflower Blue #6BA1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

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

R = 20.66%
G = 31.08%
B = 48.26%

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

#6BA1FA (or 0x6BA1FA) is known color: Cornflower Blue. HEX triplet: 6B, A1 and FA. RGB value is (107,161,250). Sum of RGB (Red+Green+Blue) = 107+161+250=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BA1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FA is #945E05. Grayscale: #9A9A9A. Windows color (decimal): -9723398 or 16425323. OLE color: 16425323.

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

Color convert

RGB 107 161 250 -
CMYK 0.57 0.36 0 0.02
HSL 217.34º 0.93% 0.7% -
HSV(B) 217.34º 0.57% 0.98% -
XYZ 36.06 35.52 95.4 -
YUV 155 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 107 161 250 0.57 0.36 0 0.02 217.34 0.93 0.7
Hex 6B A1 FA 39 24 0 2 D9 5D 46
Octal 153 241 372 71 44 0 2 331 135 106
Binary 1101011 10100001 11111010 111001 100100 0 10 11011001 1011101 1000110

Color Harmonies of #6BA1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1FA

Black with #6BA1FA

Text Example


Text Example

White with #6BA1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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