Html Css Color HEX #6B93FC Cornflower Blue

📋 copy color: '#6B93FC'

red 107 ◦ green 147 ◦ blue 252

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

Shades of Cornflower Blue #6B93FC

Tints of Cornflower Blue #6B93FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 21.15%
G = 29.05%
B = 49.8%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B93FC (or 0x6B93FC) is known color: Cornflower Blue. HEX triplet: 6B, 93 and FC. RGB value is (107,147,252). Sum of RGB (Red+Green+Blue) = 107+147+252=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B93FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B93FC is #946C03. Grayscale: #929292. Windows color (decimal): -9726980 or 16552811. OLE color: 16552811.

HSL color Cylindrical-coordinate representation of color #6B93FC: hue angle of 223.45º 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 #6B93FC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 147 252 -
CMYK 0.58 0.42 0 0.01
HSL 223.45º 0.96% 0.7% -
HSV(B) 223.45º 0.58% 0.99% -
XYZ 34.07 31.02 96.29 -
YUV 147.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 107 147 252 0.58 0.42 0 0.01 223.45 0.96 0.7
Hex 6B 93 FC 3A 2A 0 1 DF 60 46
Octal 153 223 374 72 52 0 1 337 140 106
Binary 1101011 10010011 11111100 111010 101010 0 1 11011111 1100000 1000110

Color Harmonies of #6B93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B93FC

Black with #6B93FC

Text Example


Text Example

White with #6B93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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