Html Css Color HEX #6BA1FC Cornflower Blue

📋 copy color: '#6BA1FC'

red 107 ◦ green 161 ◦ blue 252

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

Shades of Cornflower Blue #6BA1FC

Tints of Cornflower Blue #6BA1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 20.58%
G = 30.96%
B = 48.46%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BA1FC (or 0x6BA1FC) is known color: Cornflower Blue. HEX triplet: 6B, A1 and FC. RGB value is (107,161,252). Sum of RGB (Red+Green+Blue) = 107+161+252=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BA1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FC is #945E03. Grayscale: #9A9A9A. Windows color (decimal): -9723396 or 16556395. OLE color: 16556395.

HSL color Cylindrical-coordinate representation of color #6BA1FC: hue angle of 217.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA1FC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 161 252 -
CMYK 0.58 0.36 0 0.01
HSL 217.66º 0.96% 0.7% -
HSV(B) 217.66º 0.58% 0.99% -
XYZ 36.38 35.64 97.06 -
YUV 155.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 107 161 252 0.58 0.36 0 0.01 217.66 0.96 0.7
Hex 6B A1 FC 3A 24 0 1 DA 60 46
Octal 153 241 374 72 44 0 1 332 140 106
Binary 1101011 10100001 11111100 111010 100100 0 1 11011010 1100000 1000110

Color Harmonies of #6BA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1FC

Black with #6BA1FC

Text Example


Text Example

White with #6BA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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